redux-devtools
redux-devtools copied to clipboard
DevTools for Redux with hot reloading, action replay, and customizable UI
The code has been updated to include an additional case for 'JetBrains_server' in the switch statement. This allows the openFile function to generate a URL for opening files on a...
I'm noob to RTK, using for React/Nextjs, and have installed Redux DevTools extension in Mac Chrome browser but cannot connect to my localhost:3000 server. I'm using `configureStore()` which should automatically...
I'm having a hard time to automate the installation of the Firefox Add-On because it seems like the manifest.json file is not defining [browser_specific_settings](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/browser_specific_settings) what seems to be "browser_specific_settings" options...
When import RtkQueryMonitor component I get an error: `ERROR in ./node_modules/@redux-devtools/rtk-query-monitor/lib/esm/components/QueryPreviewInfo.js 2:0-58` `Module not found: Error: Package path ./dist/query is not exported from package /../my-app/node_modules/@reduxjs/toolkit (see exports field in /../my-app/node_modules/@reduxjs/toolkit/package.json)`...
tl;dr - Is there a guide or documentation for running redux-devtools with Expo 49? Hi, thank you for your excellent work on this tool! I’m struggling to get the redux-devtools...
I've used redux devtools in the past, one day it randomly stopped working. The extension is completely empty. When trying to use it on the application im working on nothing...
This pull request adds a Search panel to the State Tab, which allows searching in the state tree by key, value or both. Users can jump between multiple search results...
Close #989
Okay, this is partly my mistake because I think I caused an error in the devtools, but I really need help getting it back to the regular state. What happened...
Hey all! I've recently added this lib to the project I'm working on and I got errors both during the build of storybook and in the browser because of the...