You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this work. I'm a bit concerned about too many calls made to ThemeProvider.isDarkMode while testing it for web. It is being called 4 times whenever the switch is toggled, any comments on this?
Hi Johannes,
Thanks for this work. I'm a bit concerned about too many calls made to
ThemeProvider.isDarkModewhile testing it for web. It is being called 4 times whenever the switch is toggled, any comments on this?Thanks,
Kartik