(container, options)
| 28269 | var IsSomeRendererActing$1 = ReactSharedInternals.IsSomeRendererActing; |
| 28270 | |
| 28271 | function ReactDOMRoot(container, options) { |
| 28272 | this._internalRoot = createRootImpl(container, ConcurrentRoot, options); |
| 28273 | } |
| 28274 | |
| 28275 | function ReactDOMBlockingRoot(container, tag, options) { |
| 28276 | this._internalRoot = createRootImpl(container, tag, options); |
nothing calls this directly
no test coverage detected