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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [chalk](https://togithub.com/chalk/chalk) | [`^4.1.2` -> `^5.1.2`](https://renovatebot.com/diffs/npm/chalk/4.1.2/5.1.2) | [![age](https://badges.renovateapi.com/packages/npm/chalk/5.1.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [source-map](https://togithub.com/mozilla/source-map) | [`^0.5.7` -> `^0.7.4`](https://renovatebot.com/diffs/npm/source-map/0.5.7/0.7.4) | [![age](https://badges.renovateapi.com/packages/npm/source-map/0.7.4/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

For TypeScript use [redux-devtools-extension npm package](https://github.com/reduxjs/redux-devtools/tree/main/extension#13-use-redux-devtools-extension-package-from-npm), which contains all the definitions, or just use (window as any) (see [Recipes](https://github.com/reduxjs/redux-devtools/blob/main/docs/Recipes.md#using-in-a-typescript-project) for an example). The recipe is 404 The link point to...

All of the images in [this document](https://github.com/reduxjs/redux-devtools/blob/main/packages/react-json-tree/README.md) are broken links. The document is intended to contain examples of how various options affect rendering, and is difficult to follow without these...

Is there a way to set up redux devtool for android/ios physical devices? Running an app with ionic serve will show the state and actions on the browser, I was...

The dispatcher panel is not very tall (just three lines are visible for me). It seems that the height is not adjustable. Would be great if it was. Even just...

npm install redux-thunk redux-devtools-extension does not install i try many time this error have come npm ERR! code EINVALIDTAGNAME npm ERR! Invalid tag name "^13n.3.0": Tags may not have any...

Add "clean:all" script to root workspace to clean all built files.

Hello there, I am facing weird issue on redux devtool, I created 3 reducers ![image](https://user-images.githubusercontent.com/66408694/179276372-a42f43f5-abbd-4a2b-8ac9-05b370ac73a8.png) But when i check on redux devtool it's not showing last 2 reducers ![image](https://user-images.githubusercontent.com/66408694/179276582-ff42e690-741f-4b11-84ce-37218d3bfb04.png) Can...

In the previous version when I'd open my dev tools it'd automatically display the most up to date state object but now I have to click on an action to...

bug