hassenhassen1

Results 1 comments of hassenhassen1

yes that's a good idea, that's how I solved it ```tsx let titleId if (Array.isArray(props.icon)) { const [, iconName] = props.icon titleId = iconName } else if (typeof props.icon ===...