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:
Matthias
2026-03-31 15:39:06 +02:00
parent 73bdf56f72
commit 3ac8857025
2 changed files with 3 additions and 2 deletions

View File

@@ -34,6 +34,7 @@ export default async function RootLayout({
return (
<html
lang="de"
suppressHydrationWarning
className={cn("h-full", "antialiased", "font-sans", manrope.variable)}
>
<head>