MCPcopy Create free account
hub / github.com/plotly/dash / createContainer

Function createContainer

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

Source from the content-addressed store, hash-verified

28829 }
28830
28831 function createContainer(containerInfo, tag, hydrationCallbacks, isStrictMode, concurrentUpdatesByDefaultOverride, identifierPrefix, onRecoverableError, transitionCallbacks) {
28832 var hydrate = false;
28833 var initialChildren = null;
28834 return createFiberRoot(containerInfo, tag, hydrate, initialChildren, hydrationCallbacks, isStrictMode, concurrentUpdatesByDefaultOverride, identifierPrefix, onRecoverableError);
28835 }
28836 function createHydrationContainer(initialChildren, // TODO: Remove `callback` when we delete legacy mode.
28837 callback, containerInfo, tag, hydrationCallbacks, isStrictMode, concurrentUpdatesByDefaultOverride, identifierPrefix, onRecoverableError, transitionCallbacks) {
28838 var hydrate = true;

Callers 2

createRootFunction · 0.70

Calls 1

createFiberRootFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…