MCPcopy Create free account
hub / github.com/reactjs/react-rails / syncUpdates

Function syncUpdates

lib/assets/react-source/development/react.js:25527–25529  ·  view source on GitHub ↗
(fn, a, b, c)

Source from the content-addressed store, hash-verified

25525 flushPassiveEffects();
25526 }
25527 function syncUpdates(fn, a, b, c) {
25528 return runWithPriority$1(ImmediatePriority, fn.bind(null, a, b, c));
25529 }
25530
25531 function flushPendingDiscreteUpdates() {
25532 if (rootsWithPendingDiscreteUpdates !== null) {

Callers 1

scheduleRootFunction · 0.85

Calls 1

runWithPriority$1Function · 0.85

Tested by

no test coverage detected