How can I use a localStorage persister?
I wanna add a localStorage persister, but I'm getting errors for hydration:
ERROR:
6 Replies
You can't use that on a server, it requires a client
I know, this is the client Provider...
You're still rendering it on a server without checking if
window
exists@gwilliamnn Could you solve this?
You'll have to do something like this
really depends though on how your application works
any progress?