Skip to content

fix: selectFromInside should be corrected when changed #47

fix: selectFromInside should be corrected when changed

fix: selectFromInside should be corrected when changed #47

Triggered via push September 3, 2023 15:37
Status Failure
Total duration 47s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors
test: docs/examples/shift-remove.tsx#L60
Type '{ children: Element; value: Key[]; mode: "add" | "remove"; onEnd: (selectingValue: Key[], { added, removed }: { added: Key[]; removed: Key[]; }) => void; shouldStart: (_: any, info: any) => boolean; }' is not assignable to type 'IntrinsicAttributes & SelectableProps & RefAttributes<SelectableRef>'.
test: docs/examples/shift-remove.tsx#L60
Parameter '_' implicitly has an 'any' type.
test: docs/examples/shift-remove.tsx#L60
Parameter 'info' implicitly has an 'any' type.
test
Process completed with exit code 1.