feat: add the shell components #15
Annotations
4 errors and 1 warning
Run Test on Node 16
Type '{ placeholder: string; size: "small"; total: number; onChange: (str: string) => void; onSearchNext: (str: any) => void; onSearchPrev: (str: any) => void; }' is not assignable to type 'IntrinsicAttributes & Omit<InputProps, "onChange"> & { onChange: (value: string) => void; debounceWait?: number | undefined; } & { children?: ReactNode; }'.
|
Run Test on Node 16
Parameter 'str' implicitly has an 'any' type.
|
Run Test on Node 16
Parameter 'str' implicitly has an 'any' type.
|
Run Test on Node 16
Process completed with exit code 1.
|
Run Test on Node 16
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|