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
Chore: Prefer window.localStorage over localStorage (#6270)
* Motivation for features / changes
Internal checks throw JSC_UNDEFINED_VARIABLE errors when using
localStorage directly. However, window is defined so window.localStorage
does not throw an error. This change helps us pass those checks
internally.
0 commit comments