We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6172fae commit ea2f58fCopy full SHA for ea2f58f
packages/vee-validate/src/utils/vnode.ts
@@ -2,9 +2,8 @@ import { SetupContext } from 'vue';
2
3
type HTMLElementWithValueBinding = HTMLElement & { _value: unknown };
4
5
-// eslint-disable-next-line @typescript-eslint/no-explicit-any
6
export function normalizeChildren(
7
- tag: string | null,
+ tag: string | undefined | null,
8
context: SetupContext<any>,
9
slotProps: () => Record<string, unknown>,
10
) {
0 commit comments