MCPcopy Create free account
hub / github.com/microsoft/SandDance / createContainer

Function createContainer

docs/external/js/react-dom.development.js:24452–24454  ·  view source on GitHub ↗
(containerInfo, tag, hydrate, hydrationCallbacks)

Source from the content-addressed store, hash-verified

24450 }
24451
24452 function createContainer(containerInfo, tag, hydrate, hydrationCallbacks) {
24453 return createFiberRoot(containerInfo, tag, hydrate);
24454 }
24455 function updateContainer(element, container, parentComponent, callback) {
24456 {
24457 onScheduleRoot(container, element);

Callers 1

createRootImplFunction · 0.85

Calls 1

createFiberRootFunction · 0.85

Tested by

no test coverage detected