Skip to content

Update slate to ^0.120.0 #1498

Update slate to ^0.120.0

Update slate to ^0.120.0 #1498

Triggered via pull request October 27, 2025 18:40
Status Failure
Total duration 1m 4s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
ci
Process completed with exit code 2.
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; }'.