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
The createJSONStorage factory function shouldn't access the LocalStorage without explicitly being called. Next.js breaks when building because LocalStorage is not available at build time or in SSR mode.
The
createJSONStorage
factory function shouldn't access the LocalStorage without explicitly being called. Next.js breaks when building because LocalStorage is not available at build time or in SSR mode.jotai/src/utils/atomWithStorage.ts
Line 58 in db3efa5
jotai/src/utils/atomWithStorage.ts
Line 77 in db3efa5
Affects version 1.5.1 and above.
The text was updated successfully, but these errors were encountered: