Commit 07915a5
authored
fix: Recreates the GroupChannelCollection when channelListQueryParams change (#1182)
[CLNP-4233](https://sendbird.atlassian.net/browse/CLNP-4233)
### Issue
When customers used channelListQueryParams in GroupChannelList, the
channel list was not refreshed with the new query parameters when their
values were changed.
### Fix
The channel list now refreshes when the values of channelListQueryParams
are changed.
[CLNP-4233]:
https://sendbird.atlassian.net/browse/CLNP-4233?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ1 parent adc74ee commit 07915a5
File tree
1 file changed
+10
-1
lines changed- src/modules/GroupChannelList/context
1 file changed
+10
-1
lines changedLines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
106 | 115 | | |
107 | 116 | | |
108 | 117 | | |
| |||
0 commit comments