(cb)
| 14989 | performWorkOnRoot(root, lanes, !0); |
| 14990 | } |
| 14991 | function scheduleImmediateTask(cb) { |
| 14992 | scheduleMicrotask(function () { |
| 14993 | 0 !== (executionContext & 6) |
| 14994 | ? scheduleCallback$3(ImmediatePriority, cb) |
| 14995 | : cb(); |
| 14996 | }); |
| 14997 | } |
| 14998 | function requestTransitionLane() { |
| 14999 | 0 === currentEventTransitionLane && |
| 15000 | (currentEventTransitionLane = claimNextTransitionLane()); |
no outgoing calls
no test coverage detected
searching dependent graphs…