(container, tag, options)
| 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; |
nothing calls this directly
no test coverage detected