How to get loading status of a channel list in v3

[Problem/Question]
// Detailed description of issue.
Re-open of How to get loading status of a channel list

How to do that in v3?

useGroupChannelListContext() only exposes:

  • initialized (which is true even before fetching the groupChannels)
  • refreshing (which only changes during refresh and not initial fetch)
  • groupChannels is initialized with [].

[UIKit Version]

"@sendbird/chat": "^4.12.10",
"@sendbird/uikit-react": "^3.14.11",