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

Function onScheduleRoot

lib/assets/react-source/development/react.js:27233–27237  ·  view source on GitHub ↗
(root, children)

Source from the content-addressed store, hash-verified

27231 return true;
27232 }
27233 function onScheduleRoot(root, children) {
27234 if (typeof onScheduleFiberRoot === 'function') {
27235 onScheduleFiberRoot(root, children);
27236 }
27237 }
27238 function onCommitRoot(root, expirationTime) {
27239 if (typeof onCommitFiberRoot === 'function') {
27240 onCommitFiberRoot(root, expirationTime);

Callers 1

updateContainerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected