MCPcopy Index your code
hub / github.com/microsoft/SandDance / finishSyncRender

Function finishSyncRender

docs/external/js/react-dom.development.js:21939–21943  ·  view source on GitHub ↗
(root)

Source from the content-addressed store, hash-verified

21937 }
21938
21939 function finishSyncRender(root) {
21940 // Set this to null to indicate there's no in-progress render.
21941 workInProgressRoot = null;
21942 commitRoot(root);
21943 }
21944 function flushDiscreteUpdates() {
21945 // TODO: Should be able to flush inside batchedUpdates, but not inside `act`.
21946 // However, `act` uses `batchedUpdates`, so there's no way to distinguish

Callers 1

performSyncWorkOnRootFunction · 0.85

Calls 1

commitRootFunction · 0.85

Tested by

no test coverage detected