You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param {Event} event [Event object](https://getstream.io/chat/docs/event_object/?language=js) corresponding to `channel.deleted` event
353
357
* */
354
358
onChannelDeleted: PropTypes.func,
359
+
/**
360
+
* Optional function to filter channels prior to loading in the DOM. Do not use any complex or async logic here that would significantly delay the loading of the ChannelList.
361
+
* We recommend using a pure function with array methods like filter/sort/reduce.
* Optional function to filter channels prior to loading in the DOM. Do not use any complex or async logic here that would significantly delay the loading of the ChannelList.
327
+
* We recommend using a pure function with array methods like filter/sort/reduce.
0 commit comments