feat: brand new client UI ! #69
Annotations
7 errors and 2 warnings
build_and_test (20)
No overload matches this call.
|
build_and_test (20)
Property 'placeholder' is missing in type '{ children: ReactNode; variant?: variant | undefined; size?: size | undefined; color?: color | undefined; fullWidth?: boolean | undefined; ripple?: boolean | undefined; ... 275 more ...; onTransitionEndCapture?: TransitionEventHandler<...> | undefined; }' but required in type 'Pick<ButtonProps, "children" | "value" | "id" | "name" | "type" | "className" | "color" | "style" | "onChange" | "onClick" | "key" | "lang" | "tabIndex" | "role" | "aria-activedescendant" | ... 258 more ... | "loading">'.
|
build_and_test (20)
Property 'placeholder' is missing in type '{ children: string; as: "div"; variant: "h1"; className: string; }' but required in type 'Pick<TypographyProps, "children" | "id" | "type" | "className" | "color" | "style" | "onChange" | "onClick" | "key" | "lang" | "tabIndex" | "role" | "aria-activedescendant" | ... 256 more ... | "referrerPolicy">'.
|
build_and_test (20)
Property 'crossOrigin' is missing in type '{ variant?: variant | undefined; size?: size | undefined; color?: color | undefined; label?: string | undefined; error?: boolean | undefined; success?: boolean | undefined; ... 300 more ...; "aria-rowindextext"?: string | undefined; }' but required in type 'Pick<InputProps, "children" | "value" | "id" | "error" | "name" | "type" | "className" | "width" | "color" | "height" | "style" | "onChange" | "onClick" | "key" | "lang" | ... 283 more ... | "inputRef">'.
|
build_and_test (20)
Type '{ variant?: variant | undefined; size?: size | undefined; color?: color | undefined; label?: string | undefined; error?: boolean | undefined; success?: boolean | undefined; ... 283 more ...; onTransitionEndCapture?: TransitionEventHandler<...> | undefined; }' is not assignable to type 'RefAttributes<HTMLDivElement>'.
|
build_and_test (20)
Property 'placeholder' is missing in type '{ children: ReactNode; variant?: variant | undefined; color?: color | undefined; textGradient?: boolean | undefined; as?: asType | undefined; className?: string | undefined; ... 271 more ...; referrerPolicy?: HTMLAttributeReferrerPolicy | undefined; }' but required in type 'Pick<TypographyProps, "children" | "id" | "type" | "className" | "color" | "style" | "onChange" | "onClick" | "key" | "lang" | "tabIndex" | "role" | "aria-activedescendant" | ... 256 more ... | "referrerPolicy">'.
|
build_and_test (20)
Process completed with exit code 2.
|
build_and_test (20)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build_and_test (20)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|