chore: remove unnecessary code
This commit is contained in:
parent
b30b17d22d
commit
b378b17076
@ -1517,7 +1517,6 @@ export function createRenderer<
|
||||
anchor
|
||||
)
|
||||
suspense.container = container
|
||||
// suspense.anchor = anchor
|
||||
return
|
||||
}
|
||||
if (vnode.type === Fragment) {
|
||||
|
@ -32,12 +32,7 @@ export const nodeOps = {
|
||||
el.textContent = text
|
||||
},
|
||||
|
||||
parentNode: (node: Node): Node | null => {
|
||||
if (!node) {
|
||||
debugger
|
||||
}
|
||||
return node.parentNode
|
||||
},
|
||||
parentNode: (node: Node): Node | null => node.parentNode,
|
||||
|
||||
nextSibling: (node: Node): Node | null => node.nextSibling,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user