@shopify/react-form-state
Advanced tools
Comparing version 0.4.0 to 0.4.2
@@ -7,2 +7,8 @@ # Changelog | ||
## [0.4.1] | ||
## Fixed | ||
- `<List />` no longer breaks on name generation. | ||
## [0.4.0] | ||
@@ -9,0 +15,0 @@ |
@@ -54,3 +54,3 @@ "use strict"; | ||
var _this = this; | ||
var _a = this.props, _b = _a.field, value = _b.value, initialValue = _b.initialValue, error = _b.error, onBlur = _b.onBlur, children = _a.children; | ||
var _a = this.props, _b = _a.field, value = _b.value, initialValue = _b.initialValue, error = _b.error, name = _b.name, onBlur = _b.onBlur, children = _a.children; | ||
return value.map(function (fieldValues, index) { | ||
@@ -57,0 +57,0 @@ var innerFields = utilities_1.mapObject(fieldValues, function (value, fieldPath) { |
{ | ||
"name": "@shopify/react-form-state", | ||
"version": "0.4.0", | ||
"version": "0.4.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
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
162044
3483