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
Ok, so seems like passing initialState with usage of context is a quick and dirty fix const state = useContext(GlobalStateContext) || { menuNavigation: 'closed' }
Hello!
First and foremost, thanks for this resource!
I've implemented this in my app and it's been working great while in development, but now when I try to build my project I'm having some troubles.
Any idea for a fix?
The text was updated successfully, but these errors were encountered: