redux-devtools
redux-devtools copied to clipboard
DevTools for Redux with hot reloading, action replay, and customizable UI
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.
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...
I'm getting some  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...
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....
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?
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}} />...
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...
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,...
Please read: https://github.com/reduxjs/redux-toolkit/issues/1815 thank you very much!