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 6271c85 commit 81bd968Copy full SHA for 81bd968
src/lib/client/superForm.ts
@@ -634,7 +634,7 @@ export function superForm<
634
if (validator != initialValidator && !('jsonSchema' in validator)) {
635
throw new SuperFormError(
636
'Client validation adapter found in options.validators. ' +
637
- 'A full adapter must be used when changing validators dynamically.'
+ 'A full adapter must be used when changing validators dynamically, for example "zod" instead of "zodClient".'
638
);
639
}
640
0 commit comments