Skip to content

Fix draggable blocks and style pull quote preview #2830

Fix draggable blocks and style pull quote preview

Fix draggable blocks and style pull quote preview #2830

Triggered via pull request July 4, 2023 12:39
Status Failure
Total duration 56m 22s
Artifacts

tests.yml

on: pull_request
Matrix: e2e
Fit to window
Zoom out
Zoom in

Annotations

3 errors
test: scripts/apps/workspace/content/views/FormattingOptionsMultiSelect.tsx#L1
Type '{ kind: "synchronous"; getId: (option: string[]) => string; getLabel: (option: string[]) => string; getOptions: () => { value: string[]; }[]; onChange: (newFormattingOptions: string[][]) => void; value: string[][]; ... 4 more ...; width: string; }' is not assignable to type 'IntrinsicAttributes & (IntrinsicClassAttributes<TreeSelect<string[]>> & (Readonly<IProps<string[]>> & Readonly<...>))'.
test: scripts/core/ui/components/SelectUser.tsx#L1
Property 'label' is missing in type '{ inlineLabel: true; labelHidden: true; getItems: (searchString: string) => Promise<IUser[]>; value: IUser; onChange: (user: IUser) => void; getLabel: (option: IUser) => string; ... 9 more ...; required: true; }' but required in type 'Readonly<IProps<IUser>>'.
test
Process completed with exit code 2.