redux-devtools
redux-devtools copied to clipboard
DevTools for Redux with hot reloading, action replay, and customizable UI
I really love the power and simplicity of the redux dev tools. There's just one little thing that bugs me about it. I'm the kind of guy who has very...
I'm getting some errors with `sqlite3` **Specs:**  **Error:** ```npm ERR! code 1 npm ERR! path /Users/cesarvargas/dev/oplab-pwa/node_modules/sqlite3 npm ERR! command failed npm ERR! command sh -c node-pre-gyp install --fallback-to-build npm...
closes #1126. the UI is:  
I expect to be able to select different instantiations of actions, but I no longer can. This bug which seems to have randomly appeared makes devtools useless if I have...
Hello, I changed the external editor input to be more customizable (i need it for vscode with WSL), I was inspired by the react devtool extension "Open in Editor URL"...
### @redux-devtools/extensions There is an issue when a `reviver` is set inside of devtools extensions `serialize` options and `serialize` option `immutable` is not set. **Reviver will never get called if...
Currently maps and sets are just indicated as Iterable:   Would be useful to have a more detailed preview like so:   That was already [implemented in upstream](https://github.com/alexkuz/redux-devtools-inspector/commit/9dfaaabcfba7913fd15ee6ee43627e0ceb1d5c7b),...
As started in https://github.com/alexkuz/redux-devtools-inspector/pull/80, we need an option to sort keys, which was just merged (without using a function) in alexkuz/react-json-tree#108. The suggestion is to add it to [the props](https://github.com/alexkuz/redux-devtools-inspector#props)...
> For some edge cases where stack trace cannot be obtained with just `Error().stack`, you can pass a function as `trace` with your implementation. It's useful for cases where the...
Currently, apps utilizing this extension send data to the devtools whether or not they are open. This potential performance impact is not mitigated by `autoPause`, which only stops the devtools...