-
Notifications
You must be signed in to change notification settings - Fork 229
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
Components missing? #252
Comments
Hi, is it possible for you to produce a repro? I'd like to try it myself |
I'll see what I can do, but I can't promise it fast - codebase is private, and I dunno what's the condition for components to not show up, so I can't quickly make a minimal repro. I do know that's just one example, missing components are all over the place for me |
meet the same problem too! |
I think the only components that can be inspected (and appear in component tree) are ones that render associated DOM elements:
|
Why not traverse the fiber tree instead of the dom to create the component tree? |
I can't always find the components in the tree. Here's comparison with DevTools:
Where did
HStack
andTable
go?(setup is kinda basic Vite SPA, React 18.3)
The text was updated successfully, but these errors were encountered: