react-formr
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "react-formr", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Form managing component for React & React Native", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -97,3 +97,3 @@ import React, { useRef, useState, useCallback, useEffect } from "react"; | ||
}, | ||
[] | ||
[values, touched, valid] | ||
); | ||
@@ -100,0 +100,0 @@ |
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
22526