(container, options)
| 24769 | return root; |
| 24770 | } |
| 24771 | function createLegacyRoot(container, options) { |
| 24772 | return new ReactDOMBlockingRoot(container, LegacyRoot, options); |
| 24773 | } |
| 24774 | function isValidContainer(node) { |
| 24775 | return !!(node && (node.nodeType === ELEMENT_NODE || node.nodeType === DOCUMENT_NODE || node.nodeType === DOCUMENT_FRAGMENT_NODE || node.nodeType === COMMENT_NODE && node.nodeValue === ' react-mount-point-unstable ')); |
| 24776 | } |
no outgoing calls
no test coverage detected