Why do I get a hydration error, and how to fix this?
I have a plugin
setup-state.ts
And I set a state with the return value from my backend
No matter what I try, I always get a hydration error1 Reply
The fetched value is always the same JSON
I also tried to rename the file to
setup-state.server.ts
because I only want to send the request initially when sending the files to the client but this also does not work