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

Function ReactDOMRoot

docs/external/js/react-dom.development.js:24711–24713  ·  view source on GitHub ↗
(container, options)

Source from the content-addressed store, hash-verified

24709 var IsSomeRendererActing$1 = ReactSharedInternals.IsSomeRendererActing;
24710
24711 function ReactDOMRoot(container, options) {
24712 this._internalRoot = createRootImpl(container, ConcurrentRoot, options);
24713 }
24714
24715 function ReactDOMBlockingRoot(container, tag, options) {
24716 this._internalRoot = createRootImpl(container, tag, options);

Callers

nothing calls this directly

Calls 1

createRootImplFunction · 0.85

Tested by

no test coverage detected