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

is there a way to turn off autoselect or somehow lock the plugin on a specific instance? the plugin creates multiple (20-30) instances with my app's name, most of them...

awaiting-author-response

I don't know if this is possible yet, but I feel like it would be useful to be able to save a configuration/view. By that I mean: Right now I...

feature

`autoPause` prevents the redux devtools extension from doing tracking work. But this doesn't prevent tools that integrate with the devtools from doing work to prepare and send some state to...

feature

This is just a question so hope it is okay to post here. I've noticed that in Apple's Big Sur release they've added WebExtensions API support to Safari and suggested...

feature
extension

I'm trying to integrate redux-devtools-inspector with my Electron app as a separate popup window, the problem is that the styles are appended to the main window and not the popup...

needs investigation

I am working with React Native, Expo, Redux Toolkit, and the standalone React Native Debugger. Everything works fine, as far as the debugger is concerned, except for the Trace tab....

needs investigation
redux-devtools-inspector-trace

I have some redux stores with massive amounts of data. I am able to find the data i need easy enough via the tree view with collapsing and expanding the...

feature
redux-devtools-inspector

At the beginning, you can still see the bottom toolbar: ![image](https://user-images.githubusercontent.com/619186/88131203-ca7c9180-cbb2-11ea-938f-4c4331d8469c.png) But when there's many actions, the main area height gets bigger than it should, so we can't see part...

needs investigation

Devtools log does not show the last action dispatched if it caused an error, can we - [ ] Display this action (so we can see what was dispatched) -...

feature

It would be incredibly useful if we could spawn a debugger session like `chrome://inspect` from a specific point in the timeline to figure out why we're getting unexpected state changes....

feature