I've removed "38g protein per 100g |" from the Sunburst Seasoning badge. It now only displays "Designed for cognition" in the same yellow color scheme as before.
I pulled the latest changes from v0/ricodeansharma-6114-43c4435a in Kerry-s-Kitchen.
The code returns the following error:
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
...
<HotReload globalError={[...]} webSocket={WebSocket} staticIndicatorState={{pathname:null, ...}}>
<AppDevOverlayErrorBoundary globalError={[...]}>
<ReplaySsrOnlyErrors>
<DevRootHTTPAccessFallbackBoundary>
<HTTPAccessFallbackBoundary notFound={<NotAllowedRootHTTPFallbackError>}>
<HTTPAccessFallbackErrorBoundary pathname="/" notFound={<NotAllowedRootHTTPFallbackError>} ...>
<RedirectBoundary>
<RedirectErrorBoundary router={{...}}>
<Head>
<__next_root_layout_boundary__>
<SegmentViewNode type="layout" pagePath="layout.tsx">
<SegmentTrieNode>
<link>
<script>
<script>
<RootLayout>
<html lang="en-GB">
<head>
<body
className="font-sans geistsans_d5a4f12f-module__HnTV6W__variable geistmono_157ca88a-module..."
- data-new-gr-c-s-check-loaded="9.96.0"
- data-gr-ext-installed=""
>
...
at body (unknown) (unknown)
Revise the code to address the error.
You can send messages while the preview loads