Skip to content

Commit 442e0f4

Browse files
committed
chore: Fix TS
1 parent bf5e926 commit 442e0f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export function traverseTreeNodes(
9191

9292
// Process children node
9393
Children.forEach(childList, (subNode, subIndex) => {
94-
processNode(subNode, subIndex, { node, pos });
94+
processNode(subNode as NodeElement, subIndex, { node, pos });
9595
});
9696
}
9797

0 commit comments

Comments
 (0)