redux-devtools icon indicating copy to clipboard operation
redux-devtools copied to clipboard

DevTools for Redux with hot reloading, action replay, and customizable UI

Results 256 redux-devtools issues
Sort by recently updated
recently updated
newest added

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...

feature

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 ![image](https://user-images.githubusercontent.com/94382906/214610204-4aba15fa-5bd4-42c4-b6ac-6fe1f0c84d19.png) Moved the element and then Redux DevTools crashed ![image](https://user-images.githubusercontent.com/94382906/214610470-6236c990-4160-41a9-9319-c153cf17ea69.png) 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. ![Firefox_lock_changes_doesnot_exist](https://user-images.githubusercontent.com/42800633/231743654-3b365b57-07e1-4524-973a-3b0c7df56c39.png)...

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...