Skip to content
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

Remove __self and __source location from elements #28265

Merged
merged 2 commits into from
Feb 7, 2024

Commits on Feb 7, 2024

  1. Remove __self and __source location from elements

    Along with all the places using it like the _debugSource on Fiber.
    
    This removes source location info from React DevTools and React Native Inspector.
    sebmarkbage committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    6bb9cb4 View commit details
    Browse the repository at this point in the history
  2. Add componentStack to ReactNativeInspector data

    This is fairly lazy in that only the selected instance calls this so
    the slow component stack call is ok.
    sebmarkbage committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    ee1b0bc View commit details
    Browse the repository at this point in the history