@altiore/form
Advanced tools
Comparing version 4.5.5 to 4.5.6
@@ -60,2 +60,5 @@ "use strict"; | ||
var addHandler = (0, react_1.useCallback)(function (defaultFieldStateOrEvent, index, offset) { | ||
if (!defaultFieldStateOrEvent) { | ||
return; | ||
} | ||
// проверяем, не является ли defaultFieldStateOrEvent синтетическим объектом события | ||
@@ -62,0 +65,0 @@ if (typeof defaultFieldStateOrEvent.persist === 'function') { |
{ | ||
"name": "@altiore/form", | ||
"version": "4.5.5", | ||
"version": "4.5.6", | ||
"description": "Form helper for building powerful forms", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.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
147514
2535