MCPcopy Index your code
hub / github.com/caseywebdev/react-list / resolveUpdatePriority

Function resolveUpdatePriority

docs/index.js:4295–4300  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4293 : 2;
4294}
4295function 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}
4301function runWithPriority(priority, fn) {
4302 var previousPriority = ReactDOMSharedInternals.p;
4303 try {

Callers 2

requestUpdateLaneFunction · 0.85
index.jsFile · 0.85

Calls 1

getEventPriorityFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…