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.
2 parents 16352ac + 657048e commit 7b58383Copy full SHA for 7b58383
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