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 1312d55 commit f39e8b1Copy full SHA for f39e8b1
src/Element.js
@@ -83,5 +83,6 @@ export default connect(
83
&& shallowequal(config, nextProps.config)
84
&& formik.initialValues === nextProps.formik.initialValues
85
&& formik.isValidating === nextProps.formik.isValidating
86
+ && formik.isSubmitting === nextProps.formik.isSubmitting
87
))
88
);
0 commit comments