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
React 16.3 introduces <StrictMode>, which provides extra runtime warnings for deprecated or potentially buggy behavior. We should add it to the root component.
The text was updated successfully, but these errors were encountered:
blah. so every one of our StrictMode errors is currently caused by react-redux and our connected components. This is fixed in react-redux@next (see: reduxjs/react-redux#897 ). Unfortunately, Popcode doesn't seem to boot with this version of react-redux (see: reduxjs/react-redux#965 and others).
The good news is I think we can just wait for the next cut of react-redux, yarn add that, and we'll be good then.
React 16.3 introduces
<StrictMode>
, which provides extra runtime warnings for deprecated or potentially buggy behavior. We should add it to the root component.The text was updated successfully, but these errors were encountered: