ReSwift-Recorder icon indicating copy to clipboard operation
ReSwift-Recorder copied to clipboard

One Action does not dispatchRecorded at next start

Open FaShapouri opened this issue 9 years ago • 0 comments

When I do only one action, and then close app and reopen it; the reducer does not call to apply my only action.

I have debugged app and found in RecordingStore.swift class at replyToState: My Scenario:

  1. Run app for first time:
    • state is equal 0
    • state > computedStates.count - 1 is false
  2. I touch Up button and the label value changed to 1
  3. Then stop app
  4. Rebuild application
    • state is equal 1
    • state > computedStates.count - 1 is false too

FaShapouri avatar Jan 09 '17 08:01 FaShapouri