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

When attempting to connect to a local server, I see the following error: `Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in...

![Image](https://github.com/user-attachments/assets/d548fc74-7cea-4308-8108-de58e3a6e249) After a certain amount of time, when my site is running but I’m not using DevTools, it stops responding. If I close the page and reopen it in another...

This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | šŸ”§ This Pull Request updates lock files to use the latest...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/express](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express)) | [`^4.17.21` -> `^5.0.0`](https://renovatebot.com/diffs/npm/@types%2fexpress/4.17.21/5.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fexpress/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://redirect.github.com/microsoft/TypeScript)) | [`~5.5.4` -> `~5.6.3`](https://renovatebot.com/diffs/npm/typescript/5.5.4/5.6.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.6.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

Have opened our app in a chrome tab and Jira in another chrome tab. In the redux dev tools our app is selected. Yet, I see the Jira related redux...

It seems chrome updated this extension today and I am no longer able to manually dispatch events. Just getting an error message ![2024-09-09 11_13_35-Dev](https://github.com/user-attachments/assets/fb049deb-333c-4399-bd28-f62bc820962b) From what I can tell there...

The reason for needing this feature is to enable search and expanding the nodes if the desired value is found. In previous versions this feature was available through shouldExpandNode. The...

This fixes #1751. I've tested it by building it locally and running the extension on Chrome.

Tested on Mac on Chrome and Firefox. Steps to repro: Switch the speed to live. Click play. Once the playback is complete, the entire Redux DevTools will go blank. You...