Add a gh workflow for typechecking and linting #1
Annotations
4 errors
build:
src/components/donate/Card.tsx#L62
Type '{ children: Element; isPrimary: true; }' is not assignable to type 'IntrinsicAttributes & ButtonHTMLAttributes<HTMLButtonElement> & { slim?: boolean | undefined; variant?: "primary" | "rosemary" | "default" | undefined; forwardRef?: Ref<...> | undefined; }'.
|
build:
src/components/donate/Card.tsx#L70
Type '{ children: Element; isOutline: true; }' is not assignable to type 'IntrinsicAttributes & ButtonHTMLAttributes<HTMLButtonElement> & { slim?: boolean | undefined; variant?: "primary" | "rosemary" | "default" | undefined; forwardRef?: Ref<...> | undefined; }'.
|
build:
src/components/ui/Earth3D.tsx#L4
Cannot find module 'three/addons/loaders/SVGLoader.js' or its corresponding type declarations.
|
build
Process completed with exit code 2.
|