(text, rootContainerElement)
| 16501 | } |
| 16502 | |
| 16503 | function createTextNode$1(text, rootContainerElement) { |
| 16504 | return getOwnerDocumentFromRootContainer(rootContainerElement).createTextNode(text); |
| 16505 | } |
| 16506 | |
| 16507 | function setInitialProperties$1(domElement, tag, rawProps, rootContainerElement) { |
| 16508 | var isCustomComponentTag = isCustomComponent(tag, rawProps); |
nothing calls this directly
no test coverage detected