final-form-app-form
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -39,3 +39,3 @@ import { __awaiter } from "tslib"; | ||
} | ||
const FormContainer = compose(this.formProps.build)(Form); | ||
const FormContainer = compose(this.formProps.build())(Form); | ||
return FormContainer; | ||
@@ -42,0 +42,0 @@ } |
{ | ||
"name": "final-form-app-form", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "utils for final form using", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
51601