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

Function ReactDOMBlockingRoot

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

Source from the content-addressed store, hash-verified

24713 }
24714
24715 function ReactDOMBlockingRoot(container, tag, options) {
24716 this._internalRoot = createRootImpl(container, tag, options);
24717 }
24718
24719 ReactDOMRoot.prototype.render = ReactDOMBlockingRoot.prototype.render = function (children) {
24720 var root = this._internalRoot;

Callers

nothing calls this directly

Calls 1

createRootImplFunction · 0.85

Tested by

no test coverage detected