-
Notifications
You must be signed in to change notification settings - Fork 48
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
Element inspector doesn't work in RN 74 #240
Labels
bug
Something isn't working
Comments
We tried following the approach propsed on that PR and implemented for devtools: facebook/react#28351 However, it has some serious limitations:
|
kmagiera
changed the title
Eement inspector doesn't work in RN 74
Element inspector doesn't work in RN 74
May 13, 2024
I'm also experiencing this issue on RN 0.73.6. |
i have a working inspector in a RN 0.74.2 project with v0.0.15 |
ah, this got fixed some time ago, the issue should be closed now. Thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue is to track progress on fixes necessary to get element inspector workable again after update to 0.74
The reason behind the breakage is this PR from react that removes debugSource from fiber nodes: facebook/react#28265
Despite this change not being included in any react release, it's already included in the renderer code in RN 74 and Expo 51.
The text was updated successfully, but these errors were encountered: