Skip to content

docs: better docs

docs: better docs #51

Triggered via pull request November 13, 2024 10:15
Status Failure
Total duration 1m 45s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors
Run typecheck
www#typecheck: command (/home/runner/work/dotUI/dotUI/www) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
Run typecheck
Type '{ className: string; children: ReactNode; groupId?: string | undefined; persist?: boolean | undefined; defaultIndex?: number | undefined; items?: string[] | undefined; orientation?: Orientation | undefined; ... 12 more ...; keyboardActivation?: "manual" | ... 1 more ... | undefined; }' is not assignable to type 'TabsProps'.
Run typecheck
Type '{ children: string; isLoading: boolean; variant: "primary"; size: { initial: "lg"; sm: "md"; }; onPress: () => Promise<void>; }' is not assignable to type 'IntrinsicAttributes & ButtonProps & RefAttributes<HTMLButtonElement>'.
Run typecheck
Type '{ children: string; isLoading: boolean; onPress: () => void; }' is not assignable to type 'IntrinsicAttributes & ButtonProps & RefAttributes<HTMLButtonElement>'.
Run typecheck
Process completed with exit code 2.
Run format
www#format:check: command (/home/runner/work/dotUI/dotUI/www) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format:check exited (1)
Run format
Process completed with exit code 1.
Build www
Process completed with exit code 1.