final-form
Advanced tools
Comparing version 4.14.0 to 4.14.1
@@ -254,3 +254,3 @@ export type Subscription = { [key: string]: boolean } | ||
values: FormValues, | ||
form?: FormApi<FormValues>, | ||
form: FormApi<FormValues>, | ||
callback?: (errors?: SubmissionErrors) => void | ||
@@ -257,0 +257,0 @@ ) => |
{ | ||
"name": "final-form", | ||
"version": "4.14.0", | ||
"version": "4.14.1", | ||
"description": "🏁 Framework agnostic, high performance, subscription-based form state management", | ||
@@ -5,0 +5,0 @@ "main": "dist/final-form.cjs.js", |
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
211510