feat: update react 19/tailwind 4/components styles #75
Annotations
10 errors
Run pnpm typecheck
www#typecheck: command (/home/runner/work/dotUI/dotUI/www) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
|
Run pnpm typecheck
Module '"@/registry/registry-hooks"' has no exported member 'demos'.
|
Run pnpm typecheck
Cannot find module './field_new' or its corresponding type declarations.
|
Run pnpm typecheck
Cannot find module './input_new' or its corresponding type declarations.
|
Run pnpm typecheck
Property 'label' does not exist on type 'DateFieldProps<T>'.
|
Run pnpm typecheck
Property 'description' does not exist on type 'DateFieldProps<T>'.
|
Run pnpm typecheck
Property 'errorMessage' does not exist on type 'DateFieldProps<T>'.
|
Run pnpm typecheck
Type '{ label: string; valueLabel: (value: any) => string; value: number; onChange: (value: number | number[]) => void; isDisabled: boolean; size: "sm"; className: string; }' is not assignable to type 'IntrinsicAttributes & SliderProps'.
|
Run pnpm typecheck
Parameter 'value' implicitly has an 'any' type.
|
Run pnpm typecheck
Type '{ label: string; size: "sm"; valueLabel: (value: any) => string; value: number; onChange: (value: number | number[]) => void; isDisabled: boolean; className: string; }' is not assignable to type 'IntrinsicAttributes & SliderProps'.
|
Loading