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 95bd650 commit 2beda51Copy full SHA for 2beda51
types/index.d.ts
@@ -286,7 +286,7 @@ export interface ChannelListProps {
286
*
287
* Default value is true.
288
*/
289
- allowNewMessagesFromUnfilteredChannels?: PropTypes.bool;
+ allowNewMessagesFromUnfilteredChannels?: boolean;
290
onMessageNew?(
291
thisArg: React.Dispatch<React.SetStateAction<Client.Channel[]>>,
292
e: Client.Event,
0 commit comments