@pdg/react-form 1.0.12 → 1.0.13

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.
package/dist/index.esm.js CHANGED
@@ -16411,7 +16411,7 @@ SearchGroupRow.defaultProps = SearchGroupRowDefaultProps;var Search = React__def
16411
16411
  }
16412
16412
  });
16413
16413
  if (basicRowItems.length > 0) {
16414
- return __spreadArray([React__default.createElement(SearchGroupRow, null, basicRowItems)], rowItems, true);
16414
+ return __spreadArray([React__default.createElement(SearchGroupRow, { key: '$basicRow$' }, basicRowItems)], rowItems, true);
16415
16415
  }
16416
16416
  else {
16417
16417
  return rowItems;