react-formr
Advanced tools
Comparing version 1.1.6 to 1.1.7
@@ -68,2 +68,3 @@ var __assign = (this && this.__assign) || function () { | ||
if (validation && | ||
validation[key] && | ||
validation[key].hasOwnProperty("required") && | ||
@@ -70,0 +71,0 @@ validation[key].required) { |
{ | ||
"name": "react-formr", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "Form managing component for React & React Native", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -76,2 +76,3 @@ import React, { useRef, useState, useCallback, useEffect } from "react"; | ||
validation && | ||
validation[key] && | ||
validation[key].hasOwnProperty("required") && | ||
@@ -78,0 +79,0 @@ validation[key].required |
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
26199
495