We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4515b3f commit 1274ab8Copy full SHA for 1274ab8
src/components/Thread/__tests__/Thread.test.js
@@ -43,7 +43,7 @@ const reply1 = generateMessage({ parent_id: threadStart.id, user: bob });
43
const reply2 = generateMessage({ parent_id: threadStart.id, user: alice });
44
45
const channelStateContextMock = {
46
- channel: {},
+ channel: { state: {} },
47
thread: threadStart,
48
threadHasMore: true,
49
threadLoadingMore: false,
0 commit comments