Comments (5)
I have same issue.
from react.
I have same issue.
from react.
Can you please provide an example of the code that reproduces the problem?
Some useful tips on this: https://stackoverflow.com/help/mcve
from react.
from react.
Getting same along with Invalid renderer id "1"
. I regularly use React devtools but noticed this only today (which means it might've appeared within last ~1 week).
Another particularly different thing which happens is that Devtools Element tree becomes kind-of disconnected from real VDOM. i.e. hovering doesn't highlight corresponding element in window, neither I can inspect new elements.
This used to happen previously also (since ~3-4 months), and I could work around it by Pressing Option
+ R
(reload devtools).
Now, when I try to reload devtools in such situation, I get warning Invalid renderer id "1"
and devtools goes into above mentioned state.
And, service worker logs this as error message
{
"message": "Duplicate script ID 'hook'"
}
from react.
Related Issues (20)
- Bug: Cannot read properties of null (reading 'useState') HOT 1
- Bug: In a recursive components, `_debugSource` doesn't get updated HOT 3
- Bug: Uncaught (in promise) DOMException: Failed to execute 'postMessage' on 'Window': function () { [native code] } could not be cloned. HOT 2
- Bug: useId IDs have special characters that conflict with certain DSLs (like CSS) HOT 2
- [question] Is there any reason not to set this field to read-only?
- Docs: Can I add multiple languages in the readme ? HOT 2
- [DevTools Bug]: App not recognized in Firefox, but works in Chrome HOT 11
- Bug: Unhandled Runtime Error
- Bug: React.Children.only expected to receive a single React element child HOT 2
- react新的中文文档 HOT 3
- Bug: Typescript + React HOT 3
- Bug:
- Bug: React Native Web blocking request HOT 1
- Bug: Radio button onChange not called in current React Canary HOT 1
- Bug: RollupError: "typeOf" is not exported by "node_modules/react-is/index.js", imported by "node_modules/styled-components/dist/styled-components.browser.esm.js
- Bug: Form with name="location" crushes chrome HOT 6
- error to display the names of the hooks. HOT 1
- Bug: Inconsistent behavior with Promises near the root
- [Proposal] Selective Render with useContext
- [DevTools Bug] Cannot remove node "103" because no matching node was found in the Store. HOT 1
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.