Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove source usages from getInspectorData
Summary: Changelog: [Internal] Required for landing D53543159. 3 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 3. Although `source` field is accumulated and stored, it is not displayed anywhere, see InspectorOverlay.js. Differential Revision: D53757524
- Loading branch information