@hyphen/hyphen-components 2.15.1 → 2.15.2

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.
@@ -2347,7 +2347,7 @@ var FormikSelectInput = function FormikSelectInput(_ref) {
2347
2347
  props = _objectWithoutPropertiesLoose(_ref, _excluded$j);
2348
2348
  var error = getIn(errors, name);
2349
2349
  var errorMessage = typeof error !== 'string' && (error == null ? void 0 : error.find(function (error) {
2350
- return error.label;
2350
+ return error == null ? void 0 : error.label;
2351
2351
  }));
2352
2352
  return React.createElement(SelectInput, _extends({
2353
2353
  id: id,