``` hook.js:608 A tree hydrated but some attributes of the server rendered HTML didn't match the client properties. This won't be patched up. This can happen if a SSR-ed Client Component used: - A server/client branch `if (typeof window !== 'undefined')`. - Variable input such as `Date.now()` or `Math.random()` which changes each time it's called. - Date formatting in a user's locale which doesn't match the server. - External changing data without sending a snapshot of it along with the HTML. - Invalid HTML tag nesting. It can also happen if the client has a browser extension installed which messes with the HTML before React loaded. https://react.dev/link/hydration-mismatch ... <@mantine/core/MantineProvider theme={{...}} cssVariablesResolver={function resolver}> <@mantine/core/MantineThemeProvider theme={{...}}> <@mantine/CssVariables> <@mantine/core/AppShell layout="alt" header={{height:60}} navbar={{width:300, ...}}> <@mantine/core/Box ref={null} className="m_89ab340 ..." style={{...}} mod={[...]}>
<@mantine/core/AppShellHeader p="sm"> <@mantine/core/Box component="header" ref={null} mod={[...]} className="m_3b16f56b..." style={{}} ...>
<@mantine/core/Flex justify="space-between"> <@mantine/core/Box ref={null} className="m_8bffd616..." style={{...}}>
<@mantine/core/Button> <@mantine/core/Box> <@mantine/core/Flex align="center" gap={8}> <@mantine/core/Box ref={null} className="m_8bffd616..." style={{gap:"calc(...", ...}}>
<@mantine/core/Flex gap={8}> <@mantine/core/Box ref={null} className="m_8bffd616..." style={{gap:"calc(..."}}>
... ... <@mantine/core/Box component="nav" ref={null} mod={[...]} className="m_45252eee..." style={{}} p="md" ...>