feat(blade): chat bubble component #8907
blade-validate.yml
on: pull_request
Validate Source Code
1m 3s
Matrix: test
Annotations
4 errors
Validate Source Code
Type 'number | boolean | any[] | ReactElement<any, string | JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined' is not assignable to type 'ReactElement<any, string | JSXElementConstructor<any>>'.
|
Validate Source Code
Type '{ children: ReactElement<any, string | JSXElementConstructor<any>>; leading: ReactNode; onClick: (() => void) | undefined; loadingText: string | undefined; isLoading: boolean; }' is not assignable to type 'IntrinsicAttributes & DefaultMessageBubbleProps'.
|
Validate Source Code
Type 'ReactNode' is not assignable to type 'string | ReactElement<any, string | JSXElementConstructor<any>>'.
|
Validate Source Code
Process completed with exit code 1.
|