logux / redux

Redux compatible API for Logux
https://logux.org/
MIT License
127 stars 16 forks source link

Action undo fails when there is saved snapshot #42

Closed betalb closed 3 years ago

betalb commented 3 years ago

When we are undoing last action and there is snapshot in stateHistory for action just before undoed, replay will fail

Steps to reproduce:

  1. Create store with saveStateEvery = 1
  2. Dispatch 2 actions
  3. Dispatch undo for last action

Expected: action undoed

Actualy: replay throws an error