MCPcopy
hub / github.com/plotly/dash / createContainer

Function createContainer

dash/deps/react-dom@18.2.0.js:28792–28796  ·  view source on GitHub ↗
(containerInfo, tag, hydrationCallbacks, isStrictMode, concurrentUpdatesByDefaultOverride, identifierPrefix, onRecoverableError, transitionCallbacks)

Source from the content-addressed store, hash-verified

28790 }
28791
28792 function createContainer(containerInfo, tag, hydrationCallbacks, isStrictMode, concurrentUpdatesByDefaultOverride, identifierPrefix, onRecoverableError, transitionCallbacks) {
28793 var hydrate = false;
28794 var initialChildren = null;
28795 return createFiberRoot(containerInfo, tag, hydrate, initialChildren, hydrationCallbacks, isStrictMode, concurrentUpdatesByDefaultOverride, identifierPrefix, onRecoverableError);
28796 }
28797 function createHydrationContainer(initialChildren, // TODO: Remove `callback` when we delete legacy mode.
28798 callback, containerInfo, tag, hydrationCallbacks, isStrictMode, concurrentUpdatesByDefaultOverride, identifierPrefix, onRecoverableError, transitionCallbacks) {
28799 var hydrate = true;

Callers 3

createRootFunction · 0.70
DashWrapperFunction · 0.50

Calls 1

createFiberRootFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…