This is example repo to reproduce the issue where redux devtools time travel isn't working when using the redux-batched-subscribe store enhancer -> issue 261
npm installnpm start- open the browser at
localhost:3000 - open time travel pane in redux devtools
- enter some values in the input field
- try to time travel - the UI isn't changing.
- go to
index.jsx, put line 38 in comment, step 5 works as expected.