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

We are using the devtools in our project and they are really helpfull. But one thing is missing from my point of view: The possibility to search for an entity....

feature

I open the devtools after the initial loading of the page and everything is fine. You see all the actions emitted at the beginning (fetch actions -using Sagas-), and you...

needs investigation

As discussed in https://github.com/zalmoxisus/redux-devtools-extension/issues/468#issuecomment-443904881, Diff tab shows no changes for Dates, except when the type is changed from/to another. According to `jsondiffpatch`, it should be supported.

bug

I'm seeing the following error in firefox in the console when I have redux devtools enabled on a page that's including https://js.stripe.com/v3/, which comes with a fairly comprehensive Content Security...

bug

In the current iteration of this library SocketCluster is used, particularly v14.3.2 At runtime this library works beautifully, however at design time I have run into a bit of trouble....

feature

The `@redux-devtools/inspector-monitor` depends on `chalk` which is intended for Node usage and expects both the `global` object and a `process` object. I can hotfix this problem in a newer browser...

_I did not find any particular place where custom monitor ideas are tracked, so i'm adding it here._ [selectors](http://redux.js.org/docs/recipes/ComputingDerivedData.html) are part of popular [redux best practices](https://medium.com/@adamrackis/querying-a-redux-store-37db8c7f3b0f#.wwebld4uw) While it's pretty easy...

feature

I just installed Redux Dev Tools Chrome Extension and am trying it out with a LinkedIn Learning course and ran in to a problem. The dispatcher window does not accept...

cannot reproduce

## Description This PR adds 3 toggle buttons to filter the actions displayed in the `ActionList` section. A demo of the standalone monitor is available [here](https://redux-devtools-filter-buttons-demo.netlify.app/?dark). ### Noop filter When...