Skip to content

Commit a87018d

Browse files
committed
junk: Weird type bug
1 parent 0898721 commit a87018d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/render.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ export function render(vnode, parentDom) {
4646
? slice.call(parentDom.childNodes)
4747
: null,
4848
commitQueue,
49+
// @ts-expect-error TODO: This seems like a gap in our previous types, `NULL` was somehow `any`?
4950
oldVNode ? oldVNode._dom : parentDom.firstChild,
5051
isHydrating,
5152
refQueue

0 commit comments

Comments
 (0)