()
| 7251 | return maybeThenable; |
| 7252 | } |
| 7253 | function checkDidRenderIdHook() { |
| 7254 | var didRenderIdHook = 0 !== localIdCounter; |
| 7255 | localIdCounter = 0; |
| 7256 | return didRenderIdHook; |
| 7257 | } |
| 7258 | function bailoutHooks(current, workInProgress, lanes) { |
| 7259 | workInProgress.updateQueue = current.updateQueue; |
| 7260 | workInProgress.flags &= -2053; |
no outgoing calls
no test coverage detected
searching dependent graphs…