mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-07-22 05:33:03 -04:00
Add the React prop suppressHydrationWarning to the <html> element in RootLayout (src/app/layout.tsx) to suppress hydration mismatch warnings. This helps avoid noisy console warnings when server-rendered markup and client rendering differ (e.g., due to dynamic font class injection or other runtime-only differences).