wildlifela / redux-persist-migrate

175 stars 25 forks source link

Corrected versionSetter in the example. #16

Closed skaldo closed 7 years ago

skaldo commented 7 years ago

Hi,
 thank you all for this library, saved us lot of work!

I have to use custom key in our reducer to store the version of the state and found out, that the versionSetter does not work with the example code. The migrate function expects that the versionSetter returns the updated state.

Cheers!