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

Function createContainer

lib/assets/react-source/development/react.js:28012–28014  ·  view source on GitHub ↗
(containerInfo, tag, hydrate, hydrationCallbacks)

Source from the content-addressed store, hash-verified

28010 }
28011
28012 function createContainer(containerInfo, tag, hydrate, hydrationCallbacks) {
28013 return createFiberRoot(containerInfo, tag, hydrate);
28014 }
28015 function updateContainer(element, container, parentComponent, callback) {
28016 {
28017 onScheduleRoot(container, element);

Callers 1

createRootImplFunction · 0.85

Calls 1

createFiberRootFunction · 0.85

Tested by

no test coverage detected