-
Notifications
You must be signed in to change notification settings - Fork 24.6k
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
refactor: remove source usages from getInspectorData #43020
Conversation
This pull request was exported from Phabricator. Differential Revision: D53757524 |
697e60b
to
d1d6396
Compare
This pull request was exported from Phabricator. Differential Revision: D53757524 |
d1d6396
to
e8102d7
Compare
This pull request was exported from Phabricator. Differential Revision: D53757524 |
fbbb2a7
to
d139db2
Compare
This pull request was exported from Phabricator. Differential Revision: D53757524 |
d139db2
to
d015fa0
Compare
This pull request was exported from Phabricator. Differential Revision: D53757524 |
2 similar comments
This pull request was exported from Phabricator. Differential Revision: D53757524 |
This pull request was exported from Phabricator. Differential Revision: D53757524 |
d015fa0
to
eb10e70
Compare
Summary: Changelog: [Internal] Required for landing D53543159. 2 reasons for landing this: 1. Inspector is technically deprecated and will be removed once React DevTools are shipped with Chrome DevTools for RN debugging. 2. Long-term solution for source fetching is lazy loading based on component stacks - facebook/react#28265 Differential Revision: D53757524
This pull request was exported from Phabricator. Differential Revision: D53757524 |
eb10e70
to
25dad31
Compare
This pull request was exported from Phabricator. Differential Revision: D53757524 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D53757524 |
Base commit: 48f1f2d |
Landed in ca141d9. |
Summary:
Changelog: [Internal]
Required for landing D53543159.
3 reasons for landing this:
source
field is accumulated and stored, it is not displayed anywhere, see InspectorOverlay.js.Differential Revision: D53757524