refactor(preset): update button recipe to use outlined over outline #243
Annotations
3 errors
TS valid:
packages/react/src/components/Button.tsx#L29
Type '"text" | "filled" | "outline" | undefined' is not assignable to type 'ConditionalValue<"text" | "filled" | "outlined"> | undefined'.
|
TS valid:
packages/react/src/components/NavMenuTrigger.tsx#L76
Type '"text" | "filled" | "outline" | undefined' is not assignable to type 'ConditionalValue<"text" | "filled" | "outlined"> | undefined'.
|
TS valid
Process completed with exit code 2.
|