feat: enhance layout and error handling in canvas component
- Added suppressHydrationWarning to RootLayout for improved hydration handling. - Updated error logging in CanvasInner to use more descriptive parameters, enhancing debugging capabilities.
This commit is contained in:
@@ -34,6 +34,7 @@ export default async function RootLayout({
|
||||
return (
|
||||
<html
|
||||
lang="de"
|
||||
suppressHydrationWarning
|
||||
className={cn("h-full", "antialiased", "font-sans", manrope.variable)}
|
||||
>
|
||||
<head>
|
||||
|
||||
Reference in New Issue
Block a user