Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't expose getComponentStackForFiber and getSourceForFiber
These are not used outside the renderer itself and shouldn't communicate via Fibers externally. console.js calls getStackByFiberInDevAndProd separately but that's a separate source of abstraction violations.
- Loading branch information