start-ui-web
start-ui-web copied to clipboard
Fix : ResponsiveIconButton type
Description
Using as
in <ResponsiveIconButton />
triggers this error :
Type '{ children: string; as: string; }' is not assignable to type 'IntrinsicAttributes & ResponsiveIconButtonProps'.
Property 'as' does not exist on type 'IntrinsicAttributes & ResponsiveIconButtonProps'.
which is caused by the re-using of a component with pre-defined styles.
Suggested solution
Forward component as a 'button'.