rt2zz / redux-persist

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

Flowtype errors #763

Open RafaelVidaurre opened 6 years ago

RafaelVidaurre commented 6 years ago
flow: ^0.67.1
redux-persist: ^5.9.1
screen shot 2018-03-15 at 1 52 21 pm

Getting multiple errors about dispatch, subscribe and getState not being writeable.

aguynamedben commented 5 years ago

Maybe related to https://github.com/rt2zz/redux-persist/issues/780 which also mentions (slightly different) flow errors with dispatch, getState, and subscribe.