react-hook-form
Advanced tools
Comparing version 1.1.0-beta.3 to 1.1.0-beta.4
@@ -389,2 +389,3 @@ import { useRef, useState, useEffect } from 'react'; | ||
e.preventDefault(); | ||
e.persist(); | ||
const allFields = fields.current; | ||
@@ -391,0 +392,0 @@ let localErrors; |
@@ -391,2 +391,3 @@ 'use strict'; | ||
e.preventDefault(); | ||
e.persist(); | ||
const allFields = fields.current; | ||
@@ -393,0 +394,0 @@ let localErrors; |
{ | ||
"name": "react-hook-form", | ||
"version": "1.1.0-beta.3", | ||
"version": "1.1.0-beta.4", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/index.es.js", |
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
48938
1105