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

Function ReactDOMRoot

lib/assets/react-source/development/react.js:28271–28273  ·  view source on GitHub ↗
(container, options)

Source from the content-addressed store, hash-verified

28269 var IsSomeRendererActing$1 = ReactSharedInternals.IsSomeRendererActing;
28270
28271 function ReactDOMRoot(container, options) {
28272 this._internalRoot = createRootImpl(container, ConcurrentRoot, options);
28273 }
28274
28275 function ReactDOMBlockingRoot(container, tag, options) {
28276 this._internalRoot = createRootImpl(container, tag, options);

Callers

nothing calls this directly

Calls 1

createRootImplFunction · 0.85

Tested by

no test coverage detected