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
Looks like this is maintaining the visibility state of hamburger menu. You could rename the reducer accordingly. The reducer could be called something like mobileMenuReducer or something similar. The state could be visible instead of hamburgerMenu.
You will have to update the actions also accordingly. On a second thought the problem should be solved using media queries rather than using redux.
Looks like this is maintaining the visibility state of hamburger menu. You could rename the reducer accordingly. The reducer could be called something like mobileMenuReducer or something similar. The state could be visible instead of hamburgerMenu.
You will have to update the actions also accordingly.
On a second thought the problem should be solved using media queries rather than using redux.
comment
The text was updated successfully, but these errors were encountered: