Hi,
I am getting this error on one of my plugins starting from build 3276. The most recent build that works correctly is 3274.
exception thrown: SyntaxError: Unexpected token i in JSON at position 186,SyntaxError: Unexpected token i in JSON at position 186 at JSON.parse (\<anonymous\>) at Array.\<anonymous\> (blob:https://coroniumcore.com/b98e1f5a-51df-4452-a2bb-6c9ccf39394a:1:38113) at \_emscripten\_asm\_const\_iiii (blob:https://coroniumcore.com/b98e1f5a-51df-4452-a2bb-6c9ccf39394a:1:46251) at Array.UP (blob:https://coroniumcore.com/b98e1f5a-51df-4452-a2bb-6c9ccf39394a:7:121345) at xA (blob:https://coroniumcore.com/b98e1f5a-51df-4452-a2bb-6c9ccf39394a:21:66814) at yA (blob:https://coroniumcore.com/b98e1f5a-51df-4452-a2bb-6c9ccf39394a:21:79104) at wA (blob:https://coroniumcore.com/b98e1f5a-51df-4452-a2bb-6c9ccf39394a:21:64799) at Array.GC (blob:https://coroniumcore.com/b98e1f5a-51df-4452-a2bb-6c9ccf39394a:6:27541) at Object.D7a [as dynCall\_vii] (blob:https://coroniumcore.com/b98e1f5a-51df-4452-a2bb-6c9ccf39394a:29:33675) at invoke\_vii (blob:https://coroniumcore.com/b98e1f5a-51df-4452-a2bb-6c9ccf39394a:1:303866)
You can view the test cases here. The error is triggered when clicking the “toggle” button. Everything else works fine.
3279 (not working) https://coroniumcore.com/html5/modal/3279/index-debug.html
3274 (working) https://coroniumcore.com/html5/modal/3274/index-debug.html
I’ve removed any kind of event listeners just to be sure. Any ideas?
-dev