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 keep getting this error, on some components, this error isn't from my code, and only goes away after i disable the redux dev tools extension `A param property was...

Hello there, I'm a developer at Lichtblick (https://github.com/Lichtblick-Suite/lichtblick), and we're currently using react-tree-json within our Raw Messages Panel to inspect and navigate through full JSON message structures. One issue we've...

I installed `@redux-devtools/cli` as a dev-dependency via pnpm. Running the remote server gave the following error. Observed that using npm works fine -- I've only tried global installation, though, but...

Using with Chrome, Win 11, and seeing endless issues. I've been using this for the last 4+ years, and so many issues are cropping up in the last 6 months,...

## Redux DevTools MCP will make debugging easier Hello! I noticed we still do not have a Redux DevTools MCP - which would've made life so much easier! We can...

When using the `react-json-tree` in rollup I am getting the following warning regarding circular dependencies: ``` (!) Circular dependency ../node_modules/react-json-tree/lib/esm/JSONNode.js -> ../node_modules/react-json-tree/lib/esm/JSONObjectNode.js -> ../node_modules/react-json-tree/lib/esm/JSONNestedNode.js -> ../node_modules/react-json-tree/lib/esm/JSONNode.js ``` The modules should...

States are not properly updated in the extension compared to this one in edge (actions don't appear or not every time). Button reset and record don't work, no effect on...

I'd like to suggest including a UMD build in the npm packages for redux-devtools. Why? To cut a long story short, we have a very large Typescript project. We are...

In [extension/README.md](https://github.com/reduxjs/redux-devtools/blob/main/extension/README.md) the 'last releases' link goes to an old/wrong location https://github.com/zalmoxisus/redux-devtools-extension/releases which stops at v2.17.1 from 2019. Link should be to https://github.com/reduxjs/redux-devtools/releases ![Image](https://github.com/user-attachments/assets/5d125dfc-ed0d-413f-b13e-bc7c8ffe5f1d)