You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was missing a quote in one of my plot configs, and it started throwing continuous errors. We should probably catch a bad JSON object and just move on.
Uncaught SyntaxError: Unexpected token
in JSON at position 67
at JSON.parse (<anonymous>)
at Object.processTag (ait.bundle.js:22937)
at ait.bundle.js:23006
at Array.forEach (<anonymous>)
at Object.oninit (ait.bundle.js:23005)
at initLifecycle (ait.bundle.js:1034)
at initComponent (ait.bundle.js:577)
at createComponent (ait.bundle.js:583)
at createNode (ait.bundle.js:499)
at createNodes (ait.bundle.js:483)
The text was updated successfully, but these errors were encountered:
I was missing a quote in one of my plot configs, and it started throwing continuous errors. We should probably catch a bad JSON object and just move on.
Config
Error
The text was updated successfully, but these errors were encountered: