redux-persist
redux-persist copied to clipboard
PersistGate integration with Typescript
trafficstars
I could not use persist gate with TypeScript and React Native because of this error.
Could not find a declaration file for module 'redux-persist/integration/react'.
I faced the same issue. I think no one is maintaining this repo anymore!
add
/// <reference types="redux-persist" />
to your next-env.d.ts file and you should be fine. @gnsslrrcs @prosenjitalpine
Solved for me: https://github.com/rt2zz/redux-persist/issues/1166#issuecomment-1767018708