()
| 4293 | : 2; |
| 4294 | } |
| 4295 | function resolveUpdatePriority() { |
| 4296 | var updatePriority = ReactDOMSharedInternals.p; |
| 4297 | if (0 !== updatePriority) return updatePriority; |
| 4298 | updatePriority = window.event; |
| 4299 | return void 0 === updatePriority ? 32 : getEventPriority(updatePriority.type); |
| 4300 | } |
| 4301 | function runWithPriority(priority, fn) { |
| 4302 | var previousPriority = ReactDOMSharedInternals.p; |
| 4303 | try { |
no test coverage detected
searching dependent graphs…