I sometimes see this error when switch branches and running the application in dev mode:
Error: Hydration failed because the initial UI does not match what was rendered on the server.
See more info here: https://nextjs.org/docs/messages/react-hydration-error
and
Error: There was an error while hydrating this Suspense boundary. Switched to client rendering.
See more info here: https://nextjs.org/docs/messages/react-hydration-error
The problem goes away when history is cleared for localhost.
I sometimes see this error when switch branches and running the application in dev mode:
and
The problem goes away when history is cleared for localhost.