Improve root methods (#627)

* Improve RootNode methods

* Fix more issues
This commit is contained in:
Dominic Gannaway
2021-09-20 14:09:15 +01:00
committed by acywatson
parent 0e4913d1da
commit 19d0e3a5ed
3 changed files with 25 additions and 5 deletions

View File

@ -35,5 +35,7 @@
"33": "createNode: node does not exist in nodeMap",
"34": "reconcileNode: prevNode or nextNode does not exist in nodeMap",
"35": "reconcileNode: parentDOM is null",
"36": "Reconciliation: could not find DOM element for node key \"${key}\""
"36": "Reconciliation: could not find DOM element for node key \"${key}\"",
"37": "insertBefore: cannot be called on root nodes",
"38": "insertAfter: cannot be called on root nodes"
}