redux-state-history icon indicating copy to clipboard operation
redux-state-history copied to clipboard

Redux store enhancers for tracking and visualizing state changes

Results 5 redux-state-history issues
Sort by recently updated
recently updated
newest added

This module has specified Node version `"node": "4.x"`, and this causes error if trying to install with higher Node version: ``` error [email protected]: The engine "node" is incompatible with this...

Sometimes I need to know what action payload was, it will be great to log not only actions types, but action payloads too (according to Redux ideas all actions should...

Hi, I'm having problem: `index.js:172 Uncaught TypeError: (0 , _reduxStateHistory.trackHistory) is not a function` I've followed the instructions and always get this. Any suggestions? Sincerely, Jan

It's possible to specify the typings in package.json, so user can use import syntax in typescript and it will work correctly. https://github.com/Microsoft/TypeScript/wiki/Typings-for-npm-packages Types probably need converting or adapting (a new...

enhancement