rt2zz / redux-persist

persist and rehydrate a redux store
MIT License
12.94k stars 866 forks source link

Make TransformConfig and Persistor flow types inexact #1286

Open geraintwhite opened 3 years ago

geraintwhite commented 3 years ago

With exact_by_default=true we get flow errors because TransformConfig and Persistor are implicitly inexact. This PR marks them explicitly inexact.