redux-devtools
redux-devtools copied to clipboard
DevTools for Redux with hot reloading, action replay, and customizable UI
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 =...
Feature, please add ability to select a branch and expand all items from that level and below 
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...
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:  I am using the latest version of Firefox : 117.0.1