(workInProgress, element)
| 6241 | return trackUsedThenable(thenableState$1, thenable, index); |
| 6242 | } |
| 6243 | function coerceRef(workInProgress, element) { |
| 6244 | element = element.props.ref; |
| 6245 | workInProgress.ref = void 0 !== element ? element : null; |
| 6246 | } |
| 6247 | function throwOnInvalidObjectType(returnFiber, newChild) { |
| 6248 | if (newChild.$$typeof === REACT_LEGACY_ELEMENT_TYPE) |
| 6249 | throw Error(formatProdErrorMessage(525)); |
no outgoing calls
no test coverage detected
searching dependent graphs…