onChannelSelect Highlight

[Problem/Question]
I’m using the sendbird react uikit in my app and have made a few custom components to match my theme better, however, I’m facing a usability problem in the ChannelList component. I have a simple ChannelList component that works perfectly and shows all my channel previews. When I click on a channel and the onChannelSelect callback is fired, I am properly navigated to the channel detail screen. However, when I come back, the channel is always highlighted and I cannot click on it again. The channel’s background is highlighted using a purple banner to indicate that the channel is “selected” somehow. But I cannot click on the channel again. I have to click on another channel (say B), come back to the ChannelList screen and then click on the original channel which was highlighted (say A). Doing this of course then makes the second channel (B) highlighted and I cannot click on it.

// If problem, please fill out the below. If question, please delete.
3.6.5
// What version of the SDK are you using?

  1. Import a simple ChannelList component from the library:
    import ChannelList from “@sendbird/uikit-react/ChannelList”;
  2. Create 2-3 Channels
  3. Click on any Channel and come back to the original ChannelList screen and the selected channel should now be highlighted and un-clickable.

// Please provide reproduction steps and, if possible, code snippets.

Always
// How frequently is this issue occurring?

It is poor usability and is delaying my product launch.
// How is this currently impacting your implementation?