add authentication context + ssr (#57) #137
Annotations
10 errors and 2 warnings
run:
app/components/ActivityForm.tsx#L26
Property 'placeholder' is missing in type '{ children: string; variant: "h6"; color: "blue-gray"; }' but required in type 'Pick<TypographyProps, "prefix" | "translate" | "id" | "onError" | "slot" | "style" | "title" | "className" | "children" | "color" | "onChange" | "onClick" | "key" | ... 256 more ... | "ping">'.
|
run:
app/components/ActivityForm.tsx#L42
Property 'placeholder' is missing in type '{ children: string; variant: "h6"; color: "blue-gray"; }' but required in type 'Pick<TypographyProps, "prefix" | "translate" | "id" | "onError" | "slot" | "style" | "title" | "className" | "children" | "color" | "onChange" | "onClick" | "key" | ... 256 more ... | "ping">'.
|
run:
app/components/ActivityForm.tsx#L58
Property 'placeholder' is missing in type '{ children: string; className: string; fullWidth: true; onClick: () => void; }' but required in type 'Pick<ButtonProps, "prefix" | "translate" | "id" | "onError" | "form" | "slot" | "style" | "title" | "className" | "children" | "color" | "disabled" | "onChange" | "onClick" | ... 259 more ... | "loading">'.
|
run:
app/components/ActivityForm.tsx#L61
Property 'placeholder' is missing in type '{ children: (string | Element)[]; className: string; fullWidth: true; onClick: () => void; }' but required in type 'Pick<ButtonProps, "prefix" | "translate" | "id" | "onError" | "form" | "slot" | "style" | "title" | "className" | "children" | "color" | "disabled" | "onChange" | "onClick" | ... 259 more ... | "loading">'.
|
run:
app/components/AssignMissedActivitiesButton/AssignMissedActivitiesButton.tsx#L44
Property 'placeholder' is missing in type '{ children: Element; variant: "text"; onClick: () => void; }' but required in type 'Pick<IconButtonProps, "prefix" | "translate" | "id" | "onError" | "form" | "slot" | "style" | "title" | "className" | "children" | "color" | "disabled" | "onChange" | ... 259 more ... | "fullWidth">'.
|
run:
app/components/AssignMissedActivitiesButton/AssignMissedActivitiesButton.tsx#L53
Property 'placeholder' is missing in type '{ children: string | Element; size: "sm"; variant: "text"; className: string; onClick: () => void; }' but required in type 'Pick<ButtonProps, "prefix" | "translate" | "id" | "onError" | "form" | "slot" | "style" | "title" | "className" | "children" | "color" | "disabled" | "onChange" | "onClick" | ... 259 more ... | "loading">'.
|
run:
app/components/CycleForm.tsx#L36
Property 'placeholder' is missing in type '{ children: string; variant: "h6"; color: "blue-gray"; className: string; }' but required in type 'Pick<TypographyProps, "prefix" | "translate" | "id" | "onError" | "slot" | "style" | "title" | "className" | "children" | "color" | "onChange" | "onClick" | "key" | ... 256 more ... | "ping">'.
|
run:
app/components/CycleForm.tsx#L51
Property 'placeholder' is missing in type '{ children: string; variant: "h6"; color: "blue-gray"; className: string; }' but required in type 'Pick<TypographyProps, "prefix" | "translate" | "id" | "onError" | "slot" | "style" | "title" | "className" | "children" | "color" | "onChange" | "onClick" | "key" | ... 256 more ... | "ping">'.
|
run:
app/components/CycleForm.tsx#L65
Property 'placeholder' is missing in type '{ children: string; variant: "h6"; color: "blue-gray"; className: string; }' but required in type 'Pick<TypographyProps, "prefix" | "translate" | "id" | "onError" | "slot" | "style" | "title" | "className" | "children" | "color" | "onChange" | "onClick" | "key" | ... 256 more ... | "ping">'.
|
run:
app/components/CycleForm.tsx#L76
Property 'placeholder' is missing in type '{ children: string; variant: "h6"; color: "blue-gray"; className: string; }' but required in type 'Pick<TypographyProps, "prefix" | "translate" | "id" | "onError" | "slot" | "style" | "title" | "className" | "children" | "color" | "onChange" | "onClick" | "key" | ... 256 more ... | "ping">'.
|
run
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/.
|
run
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/
|