feat(toast): introduce Toast component #2610
QA.yaml
on: pull_request
Build
4m 48s
Tests
1m 10s
ESLint
1m 21s
TypeScript
4m 32s
Prettier
56s
Annotations
8 errors and 5 warnings
TypeScript
Argument of type '{ title: string; description: string; icon: JSX.Element; }' is not assignable to parameter of type 'ToastProps & ToastOptions'.
|
TypeScript
Argument of type '{ title: string; description: string; classNames: { base: string; icon: string; }; endContent: JSX.Element; }' is not assignable to parameter of type 'ToastProps & ToastOptions'.
|
TypeScript
Argument of type '{ title: string; description: string; hideIcon: true; }' is not assignable to parameter of type 'ToastProps & ToastOptions'.
|
TypeScript
Argument of type '{ title: string; description: string; }' is not assignable to parameter of type 'ToastProps & ToastOptions'.
|
TypeScript
Argument of type '{ title: string; description: string; }' is not assignable to parameter of type 'ToastProps & ToastOptions'.
|
TypeScript
Argument of type '{ title: string; description: string; endContent: JSX.Element; color: "warning"; variant: "faded"; }' is not assignable to parameter of type 'ToastProps & ToastOptions'.
|
TypeScript
Argument of type '{ title: string; description: string; timeout: number; }' is not assignable to parameter of type 'ToastProps & ToastOptions'.
|
TypeScript
Process completed with exit code 2.
|
Prettier
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ESLint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
TypeScript
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|