Skip to content

Fix channel.visible handler #7032

Fix channel.visible handler

Fix channel.visible handler #7032

Triggered via push February 5, 2025 14:28
Status Failure
Total duration 47s
Artifacts

ci.yml

on: push
Typescript
23s
Typescript
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Typescript
Process completed with exit code 2.
Test with Node lts/*
Process completed with exit code 1.
Test with Node lts/*
Argument of type '{ customHandler: ((setChannels: Dispatch<SetStateAction<Channel<SCG>[]>>, event: Event<SCG>) => void) | undefined; event: Event<...>; setChannels: SetChannels<...>; }' is not assignable to parameter of type 'HandleChannelVisibleParameters<SCG>'.\n" +
Test with Node lts/*: src/components/ChannelList/hooks/useChannelListShape.ts#L5
'uniqBy' is defined but never used