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