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 2a92ef3 commit ccf5ce7Copy full SHA for ccf5ce7
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