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
fix: make setChannels prop optional for ChannelSearch (#2358)
### 🎯 Goal
`setChannels` is used by the `ChannelSearch` component to update the
channel list state to include the selected search result. When rendered
by the `ChannelList`, it actually passes its own `setChannels` setter
there.
But this behavior should be optional, because it's totally valid to use
search outside of the `ChannelList`.
0 commit comments