(thenable)
| 6235 | var thenableState$1 = null, |
| 6236 | thenableIndexCounter$1 = 0; |
| 6237 | function unwrapThenable(thenable) { |
| 6238 | var index = thenableIndexCounter$1; |
| 6239 | thenableIndexCounter$1 += 1; |
| 6240 | null === thenableState$1 && (thenableState$1 = []); |
| 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; |
no test coverage detected
searching dependent graphs…