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

Currently the lock button is disabled if the app doesn't think it's talking to a Redux store - which is decided here: https://github.com/reduxjs/redux-devtools/blob/f019024b21e119f6e123bd1f9e2d815d295dfde6/packages/redux-devtools-app/src/reducers/instances.ts#L280 There doesn't seem to be a reason...

fixes https://github.com/zalmoxisus/redux-devtools-extension/issues/618

React-native bundler for hermes app doesn't support `for await` construction. I had to replace it in this file `@redux-devtools/remote/lib/cjs/devTools.js` at 4 places with this code. ``` let consumer = this.socket.listener('error').createConsumer();...

Trying out the @redux-devtools/chart-monitor package and it is giving me a type error when used exactly as shown in the [readme](https://github.com/reduxjs/redux-devtools/blob/main/packages/redux-devtools-chart-monitor/README.md): ``` No overload matches this call. Overload 1 of...

This PR follows on from a previous discussion: https://github.com/reduxjs/redux-devtools/discussions/1653 This change splits out the main logic from the Redux Devtools App into a new core package but keeps the socket...

I was recently using the tool to test some redux on a site I work on. Normally when I do this I use a normal window and a private window....

Since recently, I've noticed that once I open the redux devtools, it will make the store read-only. Which means that any operations that update the store will then fail with...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@changesets/cli](https://togithub.com/changesets/changesets/tree/main#readme) ([source](https://togithub.com/changesets/changesets)) | [`^2.27.5` -> `^2.27.7`](https://renovatebot.com/diffs/npm/@changesets%2fcli/2.27.5/2.27.7) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@eslint/js](https://eslint.org) ([source](https://redirect.github.com/eslint/eslint/tree/HEAD/packages/js)) | [`^8.57.1` -> `^9.13.0`](https://renovatebot.com/diffs/npm/@eslint%2fjs/8.57.1/9.13.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@eslint%2fjs/9.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...