Closed yhirose closed 6 years ago
I found out yesterday that I had an error in this same section of code, it has to support both, args => { return newState };
and args => (state, actions) => { return newState };
This all looks good, thanks for the bug fix!
I appreciate the useful tool. It helps me a lot when debugging in hyperapp. When I tried the time traveling feature on the Redux DevTools, it didn't update the app state. This PR fixes the problem.