Skip to content

Commit 2beda51

Browse files
Fixing typescript for allowNewMessagesFromUnfilteredChannels
1 parent 95bd650 commit 2beda51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ export interface ChannelListProps {
286286
*
287287
* Default value is true.
288288
*/
289-
allowNewMessagesFromUnfilteredChannels?: PropTypes.bool;
289+
allowNewMessagesFromUnfilteredChannels?: boolean;
290290
onMessageNew?(
291291
thisArg: React.Dispatch<React.SetStateAction<Client.Channel[]>>,
292292
e: Client.Event,

0 commit comments

Comments
 (0)