remix-hook-form
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -16,3 +16,3 @@ import React from "react"; | ||
handleSubmit: (e?: React.BaseSyntheticEvent<object, any, any> | undefined) => Promise<void>; | ||
register: (name: Path<T>, options: RegisterOptions<T>) => { | ||
register: (name: Path<T>, options?: RegisterOptions<T> | undefined) => { | ||
defaultValue: any; | ||
@@ -19,0 +19,0 @@ onChange: import("react-hook-form").ChangeHandler; |
{ | ||
"name": "remix-hook-form", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Utility wrapper around react-hook-form for use with Remix.run", | ||
@@ -5,0 +5,0 @@ "type": "module", |
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
35109