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

Function ReactDOMBlockingRoot

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

Source from the content-addressed store, hash-verified

28273 }
28274
28275 function ReactDOMBlockingRoot(container, tag, options) {
28276 this._internalRoot = createRootImpl(container, tag, options);
28277 }
28278
28279 ReactDOMRoot.prototype.render = ReactDOMBlockingRoot.prototype.render = function (children) {
28280 var root = this._internalRoot;

Callers

nothing calls this directly

Calls 1

createRootImplFunction · 0.85

Tested by

no test coverage detected