BoBo

Results 1 comments of BoBo

I've fixed the problem, try rendering the ColorModeScript after the page is mounted! ``` export default function RootLayout({ children, }: { children: React.ReactNode; }) { const [mounted, setMounted] = useState(false);...