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 bcce03d commit f841009Copy full SHA for f841009
src/lib/client/proxies.ts
@@ -250,6 +250,7 @@ export function arrayProxy<
250
value: fieldProxy(superForm.form, path),
251
errors: fieldProxy(
252
superForm.errors,
253
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
254
`${path}._errors` as any
255
) as Writable<string[] | undefined>
256
};
0 commit comments