pmndrs / jotai

👻 Primitive and flexible state management for React
https://jotai.org
MIT License
18.34k stars 589 forks source link

Error using atomWithStorage with getOnInit in Next.js: "localStorage is not defined" #2690

Closed beingtyson closed 1 month ago

beingtyson commented 1 month ago

I am trying to use atomWithStorage in Jotai with getOnInit set to true in a Next.js environment, but I encounter an error:

"ReferenceError: localStorage is not defined"

Due to this error, my client application resets to the initial value every time I refresh the page, even though I change the state.