aefis-core-ui 2.3.0-rc51 → 2.3.0-rc52

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.
@@ -861,7 +861,7 @@ Alert.propTypes = {
861
861
  /** The title to display in the alert. */
862
862
  title: PropTypes.string,
863
863
  /** The description or message of the alert. */
864
- description: PropTypes.string.isRequired,
864
+ description: PropTypes.any.isRequired,
865
865
  /** Can the alert be dismissed? */
866
866
  canDismiss: PropTypes.bool,
867
867
  /** Function to execute when the alert is dismissed. */