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

Using: ``` "redux": "^5.0.1", "@redux-devtools/extension": "^3.3.0", ``` I get: ``` node_modules/@redux-devtools/extension/lib/types/index.d.ts:227:70 - error TS2344: Type 'unknown' does not satisfy the constraint '{}'. 227 (config: Config): (...funcs: StoreEnhancers) => StoreEnhancer; ~~~~~~~...

In the Tree View, although I've set multiple spaces in the state, only one is displayed, which was confusing until I verified in the Raw View that the spaces were...

Hello, I use devtools version 3.0.19 in chrome. Once I load my application I get this warning: ![image](https://user-images.githubusercontent.com/21998742/227011245-49324bab-4d23-408e-8966-3275a8ff66ea.png) Has anyone an idea how to solve this? Thanks!

Hi there! I am currently involved in a big frontend application that uses Redux as global state management. The codebase is quite big, and we end up with a lot...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [chromedriver](https://togithub.com/giggio/node-chromedriver) | [`^118.0.1` -> `^119.0.0`](https://renovatebot.com/diffs/npm/chromedriver/118.0.1/119.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/chromedriver/119.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 118.0.1 to 119.0.1. Commits de961e3 Hide private attributes from exports 379046e Update package dependencies 5b708ad Add tests for Node.js version 21 c99283d Bump version to 119.0.0 See...

dependencies

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/source-map](https://redirect.github.com/mozilla/source-map) | [`0.5.2` -> `0.5.7`](https://renovatebot.com/diffs/npm/@types%2fsource-map/0.5.2/0.5.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fsource-map/0.5.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fsource-map/0.5.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

Hey there, great extension! One thing I noticed though was the "Import file" tooltip being cut off on the edge of the box, see here: