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 you guys, There's any way to integrate redux-devtools to Flipper. I tried to search on stackoverflow but there's no clearly solution Thanks for you helps

feature
needs investigation

Currently NodeType is only defined as a String It can be great to have a constants / enum definition to avoid to hardcode their usage in our project, like this:...

feature
react-json-tree

Why can I only see the location information of the call stack when I track the action, but I can't see the code? Do you need additional configuration? Now: ![image](https://user-images.githubusercontent.com/20339327/62410882-a846d800-b61e-11e9-8368-3101232cdd41.png)...

needs investigation

As far as I could see, there is no way of responding to a click on a node in the tree. I need to get the `keypath` property corresponding the...

feature
react-json-tree

I could not find any related issues, so please forgive me if this was already addressed somewhere. React throws following warning when using `react-json-tree`: ``` Warning: Using UNSAFE_componentWillReceiveProps in strict...

react-json-tree

Using Redux Dev Tools in Chrome dev tools on Ubuntu, when I'll use keys "Shift + :" to set ":" in "Dispatcher", it is opening dev tools settings. I recorded...

needs investigation

It appears as though devtools-cli does not use hostname and port settings specified on the command line. This is causing problems when trying to migrate from the old `remotedev` to...

feature
redux-devtools-cli

It would be cool if the tree view displayed the class name (and with that, Immutable descriptive names) of the values: Concept: ![image](https://user-images.githubusercontent.com/3329959/41063273-392a5c82-69a6-11e8-8dc7-9ca2baa3754c.png)

feature

To reproduce: - Dispatch an action that results in some state like `book.title` where `title` has a value of `cars & trucks` - Open the Redux devtool - Go to...

bug

When there's a lot of data, the tooltip becomes unusable, so would be nice to show at least a part of it as a preview. Basically we'll need to shorten:...

feature