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 eebd258 commit 928afaeCopy full SHA for 928afae
yup/src/yup.ts
@@ -1,4 +1,4 @@
1
-import Yup from 'yup';
+import * as Yup from 'yup';
2
import { toNestError, validateFieldsNatively } from '@hookform/resolvers';
3
import { appendErrors, FieldError } from 'react-hook-form';
4
import { Resolver } from './types';
0 commit comments