Daniel Beaumont

Results 4 comments of Daniel Beaumont

Also getting same issue with using Chakra UI and next 14.0.2, Unhandled Runtime Error Error: Hydration failed because the initial UI does not match what was rendered on the server....

So it turns out you need to put your in app/layout.tsx I stupidly originally had mine in page.tsx See: https://github.com/chakra-ui/chakra-ui/issues/7578#issuecomment-1510655264 import '@/app/ui/global.css'; import { Providers } from './providers'; export default...

I'm getting same on windows 11 as well