michaelcontento / redux-storage

Persistence layer for redux with flexible backends
MIT License
675 stars 50 forks source link

Why [REDUX_STORAGE_LOAD] change the state? #149

Closed cuitianze closed 8 years ago

cuitianze commented 8 years ago

redux_storage_error

michaelcontento commented 8 years ago

Loading for redux-storage is simply a forwarding of the engine result (see here).

So the question for me here are:

  1. Which engine do you use?
  2. Are there any special decorators in place?
  3. At which point in time are those logs written?
  4. Can you provide some working code that illustrates / isolates the problem?

Thanks a lot

michaelcontento commented 8 years ago

Closed as inactive. Feel free to re-open this issue if this is still a problem!