@shopify/react-form-state
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -57,4 +57,4 @@ import React from 'react'; | ||
render(): React.ReactNode; | ||
validateForm(): Promise<unknown>; | ||
reset: () => Promise<unknown>; | ||
validateForm(): Promise<void>; | ||
reset: () => Promise<void>; | ||
private get formData(); | ||
@@ -61,0 +61,0 @@ private get dirty(); |
{ | ||
"name": "@shopify/react-form-state", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"license": "MIT", | ||
@@ -54,3 +54,3 @@ "description": "Manage React forms tersely and type-safely with no magic", | ||
}, | ||
"gitHead": "798d03d90b914be7bcd43092910840fb7d58866f" | ||
"gitHead": "1677c5acc6d5f72c51a2644a25dfbe9cec0b50f2" | ||
} |
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
87657
42
1838