25 Dec 2024

next-themes ThemeProvider flickering even if everything seems okay

next-themes ThemeProvider flickering even if everything seems okay then ensure attribute="class" see below example

// before
import { ThemeProvider } from "next-themes";
<ThemeProvider>{children}</ThemeProvider>

// now
import { ThemeProvider } from "next-themes";
<ThemeProvider attribute="class">{children}</ThemeProvider>

You may also like

REISUB - Reboot Even If System Utterly Broken

REISUB - Reboot Even If System Utterly Broken

Continue reading

Hindi movies inspired by classical tragedy

Hindi movies inspired by classical tragedy

Continue reading

Building a Python App to Predict Best Times for Social Media Posting

In this article, we explored the process of building a Python app to...

Continue reading