1 parent 117264d commit aa9a323Copy full SHA for aa9a323
1 file changed
app/src/routes/__root.tsx
@@ -59,7 +59,7 @@ export const Route = createRootRouteWithContext<MyRouterContext>()({
59
60
function RootDocument({ children }: { children: React.ReactNode }) {
61
return (
62
- <html lang="en" className="dark">
+ <html lang="en" className="dark" suppressHydrationWarning>
63
<head>
64
<HeadContent />
65
{/* Pre-paint theme (#107): correct the SSR'd `dark` class before first
0 commit comments