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

Whenever I open Redux DevTool chrome extension to inspect the store, I get this error. VM1161:1 Uncaught TypeError: Do not know how to serialize a BigInt at JSON.stringify () at...

`onDragStart` callback in the `valueRenderer` props is not returning the full path of the json key. For example: - when dragging the value "Electronics products" it should return something like...

**Issue Overview:** After redux-devtools-extension package moved to @redux-devtools/extension package, I am encountering TypeScript errors in my project. These errors seem to be related to type definitions in the package. **Errors...

Reduced test case: ```ts import { composeWithDevTools } from "@redux-devtools/extension"; type MyState = { foo: string; }; composeWithDevTools({ // ❌ Error stateSanitizer: (state: MyState) => state, }); type MyAction =...

bug

Feature, please add ability to select a branch and expand all items from that level and below ![image](https://github.com/reduxjs/redux-devtools/assets/5090936/a55b9c59-38c4-4aeb-8526-c0aca44d4fdd)

The link in the warning at the bottom of these options are pointing to https://github.com/zalmoxisus/redux-devtools-extension/blob/master/docs/API/Arguments.md.

The tooltip popup that appears on hover of the ExportButton was cut from the left edge of the screen when the ExportButton is at the bottom left corner. Changed the...

Thank you for a great tool! The app I work on is a React app that can work in a desktop browser or in a web view in an iOS...

bug

Previously, user-specified socket options were applied only if a port was specified. Now, they are always applied. Furthermore, the autoReconnect option from default socket options is always included now.

Hello, When I try to install the add-on in firefox from the addons.mozilla.org , I get the following issue: ![image](https://github.com/reduxjs/redux-devtools/assets/25179868/972cbb98-877a-4c2b-8133-041f3e6566d0) I am using the latest version of Firefox : 117.0.1