feat: brand new client UI ! #66
Annotations
10 errors and 2 warnings
build_and_test (20)
Property 'crossOrigin' is missing in type '{ name: string; label: string; placeholder: string; size: "lg"; required: true; }' but required in type 'Pick<InputProps, "children" | "value" | "id" | "error" | "name" | "type" | "className" | "width" | "color" | "height" | "style" | "onChange" | "onClick" | "key" | "lang" | ... 283 more ... | "shrink">'.
|
build_and_test (20)
Property 'crossOrigin' is missing in type '{ name: string; label: string; placeholder: string; size: "lg"; type: "password"; required: true; }' but required in type 'Pick<InputProps, "children" | "value" | "id" | "error" | "name" | "type" | "className" | "width" | "color" | "height" | "style" | "onChange" | "onClick" | "key" | "lang" | ... 283 more ... | "shrink">'.
|
build_and_test (20)
Type '{ children: Element; open: true; }' is missing the following properties from type 'Pick<DialogProps, "children" | "id" | "open" | "className" | "color" | "style" | "onChange" | "onClick" | "key" | "lang" | "tabIndex" | "role" | "aria-activedescendant" | ... 249 more ... | "dismiss">': placeholder, handler
|
build_and_test (20)
Property 'placeholder' is missing in type '{ children: string; }' but required in type 'Pick<DialogHeaderProps, "children" | "id" | "className" | "color" | "style" | "onChange" | "onClick" | "key" | "lang" | "tabIndex" | "role" | "aria-activedescendant" | ... 245 more ... | "is">'.
|
build_and_test (20)
Property 'placeholder' is missing in type '{ children: string; }' but required in type 'Pick<DialogBodyProps, "children" | "id" | "className" | "color" | "style" | "onChange" | "onClick" | "key" | "lang" | "tabIndex" | "role" | "aria-activedescendant" | ... 246 more ... | "divider">'.
|
build_and_test (20)
Property 'placeholder' is missing in type '{ children: Element[]; }' but required in type 'Pick<DialogFooterProps, "children" | "id" | "className" | "color" | "style" | "onChange" | "onClick" | "key" | "lang" | "tabIndex" | "role" | "aria-activedescendant" | ... 245 more ... | "is">'.
|
build_and_test (20)
Property 'placeholder' is missing in type '{ children: Element; variant: "text"; className: string; onClick: MouseEventHandler<Element>; }' 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: Element; variant: "gradient"; type: "submit"; }' 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: Element; className: string; }' but required in type 'Pick<IconButtonProps, "children" | "value" | "id" | "name" | "type" | "className" | "color" | "style" | "onChange" | "onClick" | "key" | "lang" | "tabIndex" | "role" | ... 258 more ... | "fullWidth">'.
|
build_and_test (20)
Property 'placeholder' is missing in type '{ children: Element[]; }' but required in type 'Pick<MenuListProps, "children" | "id" | "className" | "color" | "style" | "onChange" | "onClick" | "key" | "lang" | "tabIndex" | "role" | "aria-activedescendant" | ... 246 more ... | "dismissible">'.
|
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/
|