You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when passing a string to this component i get the following warning:
[Vue warn]: Invalid prop: type check failed for prop "icon". Expected , got String with value "/packs/media/assets/icon.svg".
The text was updated successfully, but these errors were encountered:
i have a small component that accepts an icon of various types:
export default { props: { icon: propTypes.any.isRequired, }, };
when passing a string to this component i get the following warning:
[Vue warn]: Invalid prop: type check failed for prop "icon". Expected , got String with value "/packs/media/assets/icon.svg".
The text was updated successfully, but these errors were encountered: