react-hook-form
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -395,3 +395,3 @@ import { useRef, useState, useEffect } from 'react'; | ||
fields, | ||
watchFields: watchFieldsRef, | ||
watchFields: watchFieldsRef.current, | ||
ref, | ||
@@ -398,0 +398,0 @@ type, |
@@ -397,3 +397,3 @@ 'use strict'; | ||
fields, | ||
watchFields: watchFieldsRef, | ||
watchFields: watchFieldsRef.current, | ||
ref, | ||
@@ -400,0 +400,0 @@ type, |
{ | ||
"name": "react-hook-form", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"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
70190