Comments (4)
For some reason I can't reproduce this issue on my Chrome v111, but I get the same error on Chrome Canary v113.
Looks like React DevTools is using a very old clipboard library. We'll fix it in next patch!
from react.
I did not reproduce this issue. Can you let me know which version of Chrome are you using?
from react.
I have same issue on
Chrome: 111.0.5563.146 (Official Build) (arm64)
OS: Mac M1
dev tools version 4.27.3 (3/22/2023)
also tried dev tools build from main branch.
from react.
I'm running Chromium Version 111.0.5563.110 (Official Build) Arch Linux (64-bit)
. I also tried Google Chrome Version 111.0.5563.146 (Official Build) (64-bit)
and had the same issue.
I am using DevTools 4.27.3 (3/22/2023)
. I also tried building the extension from the source.
from react.
Related Issues (20)
- Bug: False positive maximum update depth exceeded error HOT 3
- [Compiler]: Using `for` loop for array of strings HOT 3
- Bug: useId generates duplicate IDs on initial render (ssr) HOT 3
- issue with `useCallback` and `useRef` Cleanup in `useEffect` on Production Build with Next.js HOT 1
- [React 19] useOptimistic shows wrong value when other actions happen in the background HOT 1
- [React 19] Inconsistent documentation of useOptimistic second parameter HOT 2
- Bug: White Screen Issue with Vite React App on iOS – Works on Other Platforms HOT 4
- Bug: Inconsistent styles between client-side and server-side routing HOT 3
- Bug: React refresh fails when component type is changed to memo or forward ref and vice versa HOT 1
- [DevTools Bug] getCommitTree(): Invalid commit "2" for root "1". There are only "1" commits. HOT 1
- Bug: in chrome version 127.0.6533.100 and the previous release, debugger hangs on breakpoint, when attempting to interact with values HOT 5
- [DevTools Bug]: Cannot view source with remote sourcemap containing absolute `sources` HOT 2
- Bug: Object.keys inside the Shallow Equal can be improved HOT 5
- [React 19] No re-render after 'useActionState' action queue finishes HOT 2
- Bug: No "exports" in use-sync-external-store package.json HOT 2
- [React 19] Conditionally rendered suspendable component using `use()` shows fallback even if promise already resolved HOT 15
- [React 19]JSX asking that I should declare react at the top of the file HOT 5
- [React 19] RSC and `as` property pattern HOT 4
- [React 19] `use()` promise from state causes "async/await is not yet supported in Client Components" error HOT 3
- Bug: [Strict Mode] Inconsistent behavior updating reducer state in mount Effect vs. update Effect HOT 5
Recommend Projects
-
React
A declarative, efficient, and flexible JavaScript library for building user interfaces.
-
Vue.js
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
-
Typescript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
-
TensorFlow
An Open Source Machine Learning Framework for Everyone
-
Django
The Web framework for perfectionists with deadlines.
-
Laravel
A PHP framework for web artisans
-
D3
Bring data to life with SVG, Canvas and HTML. 📊📈🎉
-
Recommend Topics
-
javascript
JavaScript (JS) is a lightweight interpreted programming language with first-class functions.
-
web
Some thing interesting about web. New door for the world.
-
server
A server is a program made to process requests and deliver data to clients.
-
Machine learning
Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.
-
Visualization
Some thing interesting about visualization, use data art
-
Game
Some thing interesting about game, make everyone happy.
Recommend Org
-
Facebook
We are working to build community through open source technology. NB: members must have two-factor auth.
-
Microsoft
Open source projects and samples from Microsoft.
-
Google
Google ❤️ Open Source for everyone.
-
Alibaba
Alibaba Open Source for everyone
-
D3
Data-Driven Documents codes.
-
Tencent
China tencent open source team.
from react.