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
TypeError: null is not an object (evaluating 'window.localStorage.getItem')
at h (./packages/client/components/AnalyticsPage.tsx:165:26)
...
(1 additional frame(s) were not displayed)
We have other places where we call localStorage.getItem without try/catch which should all be fixed together.
The text was updated successfully, but these errors were encountered:
https://parabol.sentry.io/issues/3641437192/?referrer=github_plugin
We have other places where we call
localStorage.getItem
withouttry/catch
which should all be fixed together.The text was updated successfully, but these errors were encountered: