ywana-core8 0.0.858 → 0.0.859

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10496,7 +10496,7 @@ var DynamicForm = function DynamicForm(props) {
10496
10496
  var id = field.id;
10497
10497
  var value = values[id] || field["default"];
10498
10498
  return /*#__PURE__*/React.createElement(DynamicFormField, {
10499
- key: id,
10499
+ key: id + "_" + value,
10500
10500
  field: field,
10501
10501
  value: value,
10502
10502
  onChange: change