()
| 19224 | return null != owner ? getComponentNameFromOwner(owner) : null; |
| 19225 | } |
| 19226 | function getCurrentFiberStackInDev() { |
| 19227 | return null === current ? "" : getStackByFiberInDevAndProd(current); |
| 19228 | } |
| 19229 | function runWithFiberInDEV(fiber, callback, arg0, arg1, arg2, arg3, arg4) { |
| 19230 | var previousFiber = current; |
| 19231 | ReactSharedInternals.getCurrentStack = |
nothing calls this directly
no test coverage detected
searching dependent graphs…