Property `as` of CBadge defined as `PropTypes.string`, but should be `PropTypes.elementType` ```ts CBadge.propTypes = { as: PropTypes.string, ... } ```