usehooks-ts
usehooks-ts copied to clipboard
useSessionStorage causing React+Nextjs application crash. Error "Hydration failed because the initial UI does not match what was rendered on the server"
My application was working fine. I was required to refresh pages without losing state. so i replaced useState
with useSessionStorage
wherever required. Now it throwing error
Hydration failed because the initial UI does not match what was rendered on the server
This Link might help but not sure.