Commit 7389c50
authored
bug-fix: Fix a bug in ChannelList where activeChannelUrl is set but onChannelSelect fires with null after loading ChannelList (#953)
Fixes: [CLNP-2162](https://sendbird.atlassian.net/browse/CLNP-2162)
The bug has been reported by an external user, @aldenquimby
original PR: #950
This PR duplicates above.
### Changelogs
- Fixed a bug in `ChannelList` where `activeChannelUrl` is set but
`onChannelSelect` fires with null after loading `ChannelList`
[CLNP-2162]:
https://sendbird.atlassian.net/browse/CLNP-2162?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ1 parent a6cb95b commit 7389c50
File tree
2 files changed
+17
-4
lines changed- src/modules/ChannelList/dux
- __tests__
2 files changed
+17
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
22 | 27 | | |
23 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
24 | 37 | | |
25 | 38 | | |
26 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments