()
| 19219 | } |
| 19220 | } |
| 19221 | function getCurrentFiberOwnerNameInDevOrNull() { |
| 19222 | if (null === current) return null; |
| 19223 | var owner = current._debugOwner; |
| 19224 | return null != owner ? getComponentNameFromOwner(owner) : null; |
| 19225 | } |
| 19226 | function getCurrentFiberStackInDev() { |
| 19227 | return null === current ? "" : getStackByFiberInDevAndProd(current); |
| 19228 | } |
no test coverage detected
searching dependent graphs…