You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package/src/contexts/__tests__/index.test.tsx
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,6 @@ import {
13
13
useOverlayContext,
14
14
useOwnCapabilitiesContext,
15
15
usePaginatedMessageListContext,
16
-
useSuggestionsContext,
17
16
useTheme,
18
17
useThreadContext,
19
18
useTypingContext,
@@ -45,10 +44,6 @@ describe('contexts hooks in a component throws an error with message when not wr
45
44
useOwnCapabilitiesContext,
46
45
'The useOwnCapabilitiesContext hook was called outside the Channel Component. Make sure you have configured Channel component correctly - https://getstream.io/chat/docs/sdk/reactnative/basics/hello_stream_chat/#channel',
47
46
],
48
-
[
49
-
useSuggestionsContext,
50
-
'The useSuggestionsContext hook was called outside of the SuggestionsContext provider. Make sure you have configured Channel component correctly - https://getstream.io/chat/docs/sdk/reactnative/basics/hello_stream_chat/#channel',
51
-
],
52
47
[
53
48
useTypingContext,
54
49
'The useTypingContext hook was called outside of the TypingContext provider. Make sure you have configured Channel component correctly - https://getstream.io/chat/docs/sdk/reactnative/basics/hello_stream_chat/#channel',
0 commit comments