feat: remove polymorphic, use asChild #100
pull_request.yml
on: pull_request
install_modules
54s
Annotations
6 errors
build:
src/components/Button/InternalButton.tsx#L11
Type 'ButtonProps' is not generic.
|
build:
src/components/Button/InternalButton.tsx#L43
Type 'ButtonProps' is not generic.
|
build:
src/components/Typography/Typography.stories.tsx#L19
Type 'TypographyProps' is not generic.
|
build:
src/components/Wallet/ConnectWallet.tsx#L91
Type '{ children: Element; as: string; href: string; target: string; variant: "primary"; rounded: "full"; }' is not assignable to type 'IntrinsicAttributes & ButtonProps'.
|
build:
src/layout/InkLayout/InkLayout.stories.tsx#L3
'Button' is declared but its value is never read.
|
build
Process completed with exit code 2.
|