Erkan Güngör
Results
3
comments of
Erkan Güngör
I'm having the same problem. It would be nice to know if there is a way.
But `saveViewState` is true by default anyways. Even if I set it as `true` manually, the same behaviour continues.
Already covered in Readme. [Usage](https://github.com/JoseRFelix/react-css-theme-switcher#usage) -> Use useThemeSwitcher Hook: ` if (status === 'loading') { return Loading styles...; } ` But this status check causes rendering components twice. I was...