Skip to content

Commit ea2f58f

Browse files
committed
fix: type
1 parent 6172fae commit ea2f58f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/vee-validate/src/utils/vnode.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ import { SetupContext } from 'vue';
22

33
type HTMLElementWithValueBinding = HTMLElement & { _value: unknown };
44

5-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
65
export function normalizeChildren(
7-
tag: string | null,
6+
tag: string | undefined | null,
87
context: SetupContext<any>,
98
slotProps: () => Record<string, unknown>,
109
) {

0 commit comments

Comments
 (0)