-
Notifications
You must be signed in to change notification settings - Fork 47.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DevTools Bug] Could not find ID for Fiber "App" #22970
Comments
Hi @skrat. I'm sorry you ran into this problem 😦 Unfortunately, it doesn't look like this issue has enough info for one of us to reproduce it though. This means that it's going to be very hard for us to fix. Please help us by providing a link to a CodeSandbox (https://codesandbox.io/s/new), a repository on GitHub, or a minimal code example that reproduces the problem. (Screenshots or videos can also be helpful if they help provide context on how to repro the bug.) Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve |
I have experienced the same issue in Firefox, also with the use of react-three-fiber and zustand. If it helps isolate the issue, I only experience it for development builds but do not experience it for production builds. Repository: https://github.com/radioprotector/edenator Sample video: https://user-images.githubusercontent.com/8010294/147860358-1777e9ce-7256-412b-9314-f19856e68964.mp4 The error message in the pane:
|
Thanks for the repro, @radioprotector! |
I, too, have had this issue and spent a bit of time reducing the surface area to a really small combo of react + canvas. https://github.com/halorgium/react-missing-fiber-devtools-repro Hopefully, this breaks in a way that is helpful. DevTools version
Error message
Error call stack
Error component stack
GitHub query string
|
Possibly fixed by #23156. Possible requires an additional change made to this method to replace react/packages/react-devtools-shared/src/backend/renderer.js Lines 1289 to 1306 in 7bee137
|
Repro from #23049 by @d-pollard: https://github.com/d-pollard/react-konva-devtools-issue
|
Fix released on Jan 24 as version 4.23.0: Give it a couple of days to propagate to all of the browsers. (Chrome usually takes the longest.) |
Website or app
not public
Repro steps
I have two code bases in a yarn workspaces linked monorepo. One is using react-three-fiber (the lib), and the other one is really thin wrapper around it with some simple UI, just couple of buttons. Both are using multiple (3) zustand stores.
How often does this bug happen?
Every time
DevTools package (automated)
react-devtools-extensions
DevTools version (automated)
4.21.0-2f8f60ca8
Error message (automated)
Could not find ID for Fiber "App"
Error call stack (automated)
Error component stack (automated)
GitHub query string (automated)
The text was updated successfully, but these errors were encountered: