redux-devtools
redux-devtools copied to clipboard
DevTools for Redux with hot reloading, action replay, and customizable UI
I just barked at my dev team for leaving the dev tools extension turned on in production to find out that dev tools no longer provides a "extensions not turned...
The tooltip of the export button in the bottom left has a tooltip that comes on hover. The tooltip box is getting cut on the left edge of the screen....
Previously, I used version @redux-devtools/[email protected] and it worked fine. I generated a local SSL certificate using mkcert: ```sh mkcert \ -cert-file local-cert.pem \ -key-file local-key.pem \ localhost 127.0.0.1 ::1 ```...
The application has loaded and the state is in Redux  Moved the element and then Redux DevTools crashed  My Redux DevTools connection code ```ts import { createStore, applyMiddleware,...
Can not lock changes anymore. In Chrome the lock changes button is disabled and in Firefox it doesn't appear anymore. It can only be seen the last 20 actions. ...
Hello! When having multiples store instances in one tab, how would you disconnect a single one? The only disconnect function I found in the documentation is `window.__REDUX_DEVTOOLS_EXTENSION__.disconnect()` which disconnects all...
Using latest Redux Devtools in Electron 18.x Chrome browser. Everything works except that I cannot dispatch a custom action in the Redux devtools addon. It simply will not execute the...
I'm working on a UI which is used in an unreal engine game implemented via Coherent, which is a custom JS/HTML/CSS environment for this game engine. When trying to implement...
### Summary reduce the amount of time when the developer wants to find a property or value. ### Description It is really hard to find a property or value in...
Just had a brainstorm-style idea and wanted to record it. It would be really useful if there was some way to see what actions caused a given piece of state...