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
Will throw an error (stack trace below).
Which since I didn't have it trapped and I run this early in my application, causes the whole app not to load.
Stack Trace:
Uncaught TypeError: a is null
s analytics-utils.module.js:55
s analytics-utils.module.js:64
Ve analytics-core.module.js:1142
analyticsLib analytics.browser.es.js:43
tsx App.tsx:102
factory react refresh:6
Webpack 7
analytics-utils.module.js:55
s analytics-utils.module.js:55
s analytics-utils.module.js:64
Ve analytics-core.module.js:1142
analyticsLib analytics.browser.es.js:43
tsx App.tsx:102
factory react refresh:6
Webpack 7
As a workaround and to prevent analytics from ever being able to break my app I'm doing:
Version: "analytics": "^0.8.1",
If you have a URL containing this:
?a=1&%%20Exe
The line:
Will throw an error (stack trace below).
Which since I didn't have it trapped and I run this early in my application, causes the whole app not to load.
Stack Trace:
As a workaround and to prevent analytics from ever being able to break my app I'm doing:
The text was updated successfully, but these errors were encountered: