Most recent activity
-
-
-
Hi all,
been working with the puck.js for a while now and every now and then I get an error upon loading code (via WebBT/Chrome) to my puck.
It seems to trigger a reset which seems to fail:
Uncaught Error: Expecting a function to call, got Number
at line 1 col 1
reset();
^See also attached screenshot - this happens even when just loading one line of code to the puck...
(hard-)resetting the puck fixes that for a while, but the issue eventually comes back.
Any ideas?
Thanks Gordon - that's it! That was the issue - I did have a variable called "reset" which caused this behaviour... Sorry, my bad...
Renaming fixed it - the error is gone - thanks again!
Will now close this thread