Comparing version 2.2.7 to 2.2.8
# formik | ||
## 2.2.8 | ||
### Patch Changes | ||
- [`3a9c707`](https://github.com/formium/formik/commit/3a9c707c8eec200d6eae2955536fb987daf38854) [#3203](https://github.com/formium/formik/pull/3203) Thanks [@hixus](https://github.com/hixus)! - Fixes type of setError value as it is same as setFieldError message | ||
## 2.2.7 | ||
@@ -4,0 +10,0 @@ |
@@ -231,3 +231,3 @@ import * as React from 'react'; | ||
/** Set the field's error value */ | ||
setError: (value: Value) => void; | ||
setError: (value: string | undefined) => void; | ||
} | ||
@@ -234,0 +234,0 @@ /** Field input value, name, and event handlers */ |
{ | ||
"name": "formik", | ||
"description": "Build forms in React, without the tears", | ||
"version": "2.2.7", | ||
"version": "2.2.8", | ||
"license": "Apache-2.0", | ||
@@ -6,0 +6,0 @@ "author": "Jared Palmer <jared@palmer.net> (https://jaredpalmer.com)", |
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
580138