@tsed/react-formio 1.11.0 → 1.11.1

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.
@@ -8930,7 +8930,7 @@ function Loader({
8930
8930
  }
8931
8931
  Loader.propTypes = {
8932
8932
  isActive: PropTypes.bool,
8933
- icon: PropTypes.bool,
8933
+ icon: PropTypes.string,
8934
8934
  color: PropTypes.string,
8935
8935
  className: PropTypes.string
8936
8936
  };