You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments