We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15c0ffb commit 29a72abCopy full SHA for 29a72ab
src/modules/GroupChannelList/context/GroupChannelListProvider.tsx
@@ -66,8 +66,8 @@ const initialState: GroupChannelListState = {
66
allowProfileEdit: false,
67
isTypingIndicatorEnabled: false,
68
isMessageReceiptStatusEnabled: false,
69
- onChannelSelect: expect.any(Function),
70
- onChannelCreated: expect.any(Function),
+ onChannelSelect: () => {},
+ onChannelCreated: () => {},
71
onThemeChange: noop,
72
onCreateChannelClick: noop,
73
onBeforeCreateChannel: null,
0 commit comments