[Error] kwift.js "undefined is not an object (evaluating 'n.style.display="none"')"
-
Does somebody know why I’m receiving this error:
SAFARI
CHROME
In Firefox it does not show.
Everything works as expected, but I was wondering what is causing it
-
It’d be nice to know what value was in
n
. Doesn’t look like it isnull
orundefined
. Astring
ornumber
perhaps? -
Or, perhaps it is
n.style
that it is complaining about? -
@hawkeye64 Placed a breakpoint on the red line. On reload the breakpoint is hit 3 times. The first 2 times its ok, on the third time the
style
property ofn
is undefined. (Son
is ok,n.style
- undefined -
Sorry, nothing comes to mind why style should not be on the div, which obviously was created because div.innerHTML did not fail.
-
That’s not Quasar code… so check your deps?