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
The toggle component works fine but after a user login, I can't set the theme because changing the value(what I update from a store) only changes the toggle's state:
The toggle doesn't even react to the update of isDarkMode at all. I was wondering if I should try a select but if there is no mechanism to update the theme then there is no point in it.
The toggle component works fine but after a user login, I can't set the theme because changing the value(what I update from a store) only changes the toggle's state:
In this case, the site will be still dark when a different component changes isDarkMode to false when it was true by default.
The text was updated successfully, but these errors were encountered: