kennethnwc/nextjs-with-zustand-typescript

Bug: Error when refresh index page - Text content does not match server-rendered HTML

jynzo94 opened this issue · 0 comments

When I run the project and refresh index page(/) several times I receive
`
Unhandled Runtime Error
Error: Text content does not match server-rendered HTML.

Warning: Text content did not match. Server: "21:29:49" Client: "21:29:50"
`
With ssr and ssg it looks okay but the index page brokes on page manual refresh.

Any ideas what is happening and is it goint to happen in production if I use your template?

image