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

Hi, I am using the extension from **chrome store** and today it just stopped working and updating the store info. the state does update in the app I just can't...

I am sorry to say, it is useless at the moment, when the browser page refreshes it becomes blank, the main redux tool becomes blank.

bug

I have an app that has an iframe within. There's a redux instance on the top frame and another instance (different app) inside the iframe. The tools have the instance...

needs investigation

I'm getting some ![image](https://user-images.githubusercontent.com/9609550/150665529-4fbab168-d392-44ab-9f25-56e8903e4bcf.png) How do I resolve these issues when building the app with webpack? Is it a simple modification to the `dev.config.babel.js`? Albeit unsuccessfully, I tried to follow...

question
awaiting-author-response

I use redux-devtools to run all my tests and many times there are special actions that I'd like to color green or red so I can visualize/find them more easily....

feature

Can `ConnectResponse` in `'@redux-devtools/extension'` https://github.com/reduxjs/redux-devtools/blob/b82de745928211cd9b7daa7a61b197ad9e11ec36/packages/redux-devtools-extension/src/index.ts#L187-L190 be compatible with or imported from https://github.com/reduxjs/redux-devtools/blob/b82de745928211cd9b7daa7a61b197ad9e11ec36/extension/src/app/api/index.ts#L522-L536 which seems more precise?

bug

1. It doesn't seem like it's possible to get the collapsed state of the current node within `getItemString`. Is this true? The signature seems to be: ``` {itemType} {itemString}} />...

question
react-json-tree

Most of my time I spend with the devtools, I switch back and forth between "Action" and "State" and occasionally look at the "Diff". It is a bit annoying that...

feature

Hi, I'm trying to integrate my store (which uses immutable.js for its state) with redux-devtools using this api: ```js const options = { serialize: { immutable: Immutable, refs: [ Exercise,...

needs investigation

Please read: https://github.com/reduxjs/redux-toolkit/issues/1815 thank you very much!

needs investigation