(s)
| 9152 | : null |
| 9153 | } |
| 9154 | function $b(s) { |
| 9155 | if (5 === s.tag || 6 === s.tag) return s |
| 9156 | for (s = s.child; null !== s; ) { |
| 9157 | var o = $b(s) |
| 9158 | if (null !== o) return o |
| 9159 | s = s.sibling |
| 9160 | } |
| 9161 | return null |
| 9162 | } |
| 9163 | var ct = u.unstable_scheduleCallback, |
| 9164 | lt = u.unstable_cancelCallback, |
| 9165 | ut = u.unstable_shouldYield, |