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 16352ac commit 657048eCopy full SHA for 657048e
1 file changed
packages/ant-component-mapper/src/validation-error/validation-error.js
@@ -5,3 +5,5 @@ export const validationError = (meta, validateOnMount) => {
5
6
return meta.touched && (meta.error || meta.submitError);
7
};
8
+
9
+export default validationError;
0 commit comments