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
I'm trying to import the PersistGate wrapper component as per documentation but I'm getting the following errors:
ERROR in shared module react
No required version specified and unable to automatically determine one. Unable to find required version for "react" in description file (.../node_modules/redux-persist/package.json). It need to be in dependencies, devDependencies or peerDependencies.
ERROR
Module not found: Error: Can't resolve 'react' in '.../node_modules/redux-persist/es/integration'
The text was updated successfully, but these errors were encountered:
I'm trying to import the
PersistGate
wrapper component as per documentation but I'm getting the following errors:The text was updated successfully, but these errors were encountered: