chore(www): upgrade to next 15/react 19 #50
ci.yml
on: pull_request
Run lint
33s
Run format
34s
Run typecheck
30s
Build www
1m 26s
Annotations
13 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
Argument of type 'RefObject<HTMLInputElement | null>' is not assignable to parameter of type 'RefObject<HTMLInputElement>'.
|
Run typecheck
Argument of type '{ (localProps: ButtonProps): React.JSX.Element; displayName: string; }' is not assignable to parameter of type 'string | ForwardRefExoticComponent<ButtonProps>'.
|
Run typecheck
Argument of type 'RefObject<HTMLDivElement | null>' is not assignable to parameter of type 'RefObject<HTMLElement>'.
|
Run typecheck
Type 'RefObject<HTMLDivElement | null>' is not assignable to type 'RefObject<HTMLElement>'.
|
Run typecheck
Type '{ children: string; isLoading: boolean; variant: "primary"; size: { initial: "lg"; sm: "md"; }; onPress: () => Promise<void>; }' is not assignable to type 'IntrinsicAttributes & ButtonProps'.
|
Run typecheck
Conversion of type 'RefObject<null>' to type 'RefObject<HTMLInputElement | HTMLTextAreaElement>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
Run typecheck
Type '{ children: string; isLoading: boolean; onPress: () => void; }' is not assignable to type 'IntrinsicAttributes & ButtonProps'.
|
Run typecheck
Argument of type 'RefObject<null>' is not assignable to parameter of type 'RefObject<HTMLDivElement>'.
|
Run typecheck
Argument of type 'RefObject<null>' is not assignable to parameter of type 'RefObject<HTMLDivElement>'.
|
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.
|