react-css-theme-switcher
react-css-theme-switcher copied to clipboard
To use `useThemeSwitcher`, component must be within a ThemeSwitcherProvider Error
I am using Next JS, and during dev mode, it doesnt throw this error but as soon as i test it with Jest using JSDOM, it throws me this error, although my provider is in _app.tsx , which should wrap the entire app under the provider but seems that this is not the case.
any help ?