@shopify/react-form-state
Advanced tools
Comparing version 0.8.1 to 0.8.2
@@ -45,3 +45,3 @@ "use strict"; | ||
var innerFields = utilities_1.mapObject(fieldValues, function (value, fieldPath) { | ||
var initialFieldValue = initialValue[index][fieldPath]; | ||
var initialFieldValue = initialValue[index] && initialValue[index][fieldPath]; | ||
return { | ||
@@ -48,0 +48,0 @@ value: value, |
{ | ||
"name": "@shopify/react-form-state", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Manage react forms tersely and type-safe with no magic.", |
Sorry, the diff of this file is not supported yet
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
181048
3933