rt2zz / redux-persist

persist and rehydrate a redux store
MIT License
12.91k stars 863 forks source link

`manualPersist` option is typed in Flow but is not typed in TypeScript #1341

Closed futpib closed 2 years ago

futpib commented 2 years ago

https://github.com/rt2zz/redux-persist/blob/d7efde9115a0bd2d6a0309ac6fb1c018bf06dc30/src/types.js#L32-L35 https://github.com/rt2zz/redux-persist/blob/d7efde9115a0bd2d6a0309ac6fb1c018bf06dc30/types/types.d.ts#L50-L52

futpib commented 2 years ago

Please also check https://github.com/rt2zz/redux-persist/pull/1304 out