feat(blade): chat message component #8911
blade-validate.yml
on: pull_request
Validate Source Code
1m 0s
Matrix: test
Annotations
4 errors
Validate Source Code
Argument of type '((string | number | boolean | ReactText[] | ReactElement<any, string | JSXElementConstructor<any>> | Iterable<ReactNode> | ReactPortal) & (string | ... 5 more ... | ReactNode[])) | null | undefined' is not assignable to parameter of type 'StringChildrenType | undefined'.
|
Validate Source Code
Type 'number | boolean | ReactElement<any, string | JSXElementConstructor<any>> | Iterable<ReactNode> | ReactPortal | ... 38 more ... | undefined' is not assignable to type 'ReactElement<any, string | JSXElementConstructor<any>>'.
|
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.
|