Update slate #1418
Annotations
2 errors
ci:
src/components/chat/input/SlateEditor.tsx#L34
Type '{ children: Element; editor: BaseEditor & ReactEditor; value: Descendant[]; onChange: (n: Descendant[]) => void; }' is not assignable to type 'IntrinsicAttributes & { editor: ReactEditor; initialValue: Descendant[]; children: ReactNode; onChange?: ((value: Descendant[]) => void) | undefined; onSelectionChange?: ((selection: BaseSelection) => void) | undefined; onValueChange?: ((value: Descendant[]) => void) | undefined; }'.
|
ci
Process completed with exit code 2.
|