(container, options)
| 24709 | var IsSomeRendererActing$1 = ReactSharedInternals.IsSomeRendererActing; |
| 24710 | |
| 24711 | function ReactDOMRoot(container, options) { |
| 24712 | this._internalRoot = createRootImpl(container, ConcurrentRoot, options); |
| 24713 | } |
| 24714 | |
| 24715 | function ReactDOMBlockingRoot(container, tag, options) { |
| 24716 | this._internalRoot = createRootImpl(container, tag, options); |
nothing calls this directly
no test coverage detected