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