(domElement)
| 11060 | updateFiberProps(domElement, newProps); |
| 11061 | } |
| 11062 | function resetTextContent(domElement) { |
| 11063 | setTextContent(domElement, ''); |
| 11064 | } |
| 11065 | function commitTextUpdate(textInstance, oldText, newText) { |
| 11066 | textInstance.nodeValue = newText; |
| 11067 | } |
no test coverage detected
searching dependent graphs…