wip: diffKeyedChildren
This commit is contained in:
@@ -15,6 +15,7 @@ export const DOMRendererOptions: RendererOptions = {
|
||||
},
|
||||
|
||||
remove: (child: Node) => {
|
||||
if (!child) debugger
|
||||
const parent = child.parentNode
|
||||
if (parent != null) {
|
||||
parent.removeChild(child)
|
||||
|
||||
Reference in New Issue
Block a user