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

https://developer.chrome.com/docs/extensions/mv3/intro/mv3-migration/ While there are a lot of controversies around the new manifest format, I don't believe most affect us. The advantages are getting ahead of enforcement later (we've got a...

extension

This PR attempts to solve #635. `unsafe_componentWillReceiveProps` is currently used in two components: `JSONTree` and `JSONNestedNode`. In `JSONTree` I extracted the properties `theme` and `invertTheme` from `Props` to a separate...

When using the Remote DevTools, the dispatch history is only visible for a short time once a breakpoint is hit in the code. I assume this is because the web-socket...

needs investigation

We're working with [subapps](http://redux.js.org/docs/recipes/IsolatingSubapps.html) and therefore have many independent apps with an own store. Adding them to dev-tools works great. But as soon as we remove an app we also...

feature

### Description You cannot interact with monitor buttons when the viewport width is small. ### Suggested changes 1. Use a dropdown to select monitors: it was UX solution used previously....

bug
ui

redux-devtools is a humongous project and we should consider the use of `esbuild` or `swc` to speed up compilation time. We could use [`rollup-plugin-esbuild`](https://www.npmjs.com/package/rollup-plugin-esbuild) to generate the js bundle and...

![Group 3](https://user-images.githubusercontent.com/28058268/99158495-5f684500-26e4-11eb-81a6-d8d119069dc1.png)

ui

Is there a way for redux dev tools to better utilize space? Fonts are larger than dev tools fonts, number of rows is much lower than eg. number of code...

redux-devtools-app
ui

I work for a US government contractor. Our client's IT department is disallowing the use of this extension for the following reason: > The presence of “unsafe-eval” on the extension’s...

question

Here's the error: ```  ERR_PNPM_MISSING_PEER_DEPENDENCY  @redux-devtools/cli > @redux-devtools/app > @redux-devtools/inspector-monitor-test-tab: @redux-devtools/[email protected] requires a peer of @types/styled-components@^5.1.15 but none was installed. ``` It seems that there's a problem internally with the...

needs investigation