feat: Add compact checkbox option #5922
Annotations
7 errors and 1 warning
|
|
|
|
|
Type '{ id: string; label: string; checked: false; onChange: () => void; }' is not assignable to type 'Partial<{ id?: string | undefined; label: string; checked: boolean; onChange: (event?: MouseEvent<HTMLButtonElement, MouseEvent> | undefined) => void; inputProps?: InputHTMLAttributes<...> | undefined; variant: "default" | "compact"; }> & { ...; }'.
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: andstor/file-existence-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading