reconciler fix

This commit is contained in:
itsMapleLeaf
2022-04-23 00:44:31 -05:00
parent aced338d72
commit 1ba75492e5

View File

@@ -52,6 +52,8 @@ const config: HostConfig<
},
createTextInstance: (text) => new TextNode(text),
shouldSetTextContent: () => false,
// @ts-expect-error
detachDeletedInstance: (instance) => {},
clearContainer: (renderer) => {
renderer.nodes.clear()