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
When attempting to run the website in development, after making no
changes, I was greeted with the following error message:
> The above error occurred in the <StoreStateProvider> component:
> in StoreStateProvider
> in App
After some digging, I dsocvered I needed to update React, React DOM, and
Gatsby.
See: gatsbyjs/gatsby#19827
Then after resolving the above issue, I found this error message when
actually viewing the development server:
> Error: React-Hot-Loader: AppContainer should be patched
See: gatsbyjs/gatsby#26979
0 commit comments