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
@@ -9,7 +9,6 @@ import {
9
9
useChannelsContext,
10
10
useChatContext,
11
11
useImageGalleryContext,
12
-
useMessageContext,
13
12
useMessageOverlayContext,
14
13
useMessagesContext,
15
14
useOverlayContext,
@@ -75,10 +74,6 @@ describe('contexts hooks in a component throws an error with message when not wr
75
74
useImageGalleryContext,
76
75
`The useImageGalleryContext hook was called outside the ImageGalleryContext Provider. Make sure you have configured OverlayProvider component correctly - https://getstream.io/chat/docs/sdk/reactnative/basics/hello_stream_chat/#overlay-provider`,
77
76
],
78
-
[
79
-
useMessageContext,
80
-
`The useMessageContext hook was called outside of the MessageContext provider. Make sure you have configured MessageList component correctly - https://getstream.io/chat/docs/sdk/reactnative/basics/hello_stream_chat/#message-list`,
81
-
],
82
77
[
83
78
useMessageOverlayContext,
84
79
`The useMessageOverlayContext hook was called outside the MessageOverlayContext Provider. Make sure you have configured OverlayProvider component correctly - https://getstream.io/chat/docs/sdk/reactnative/basics/hello_stream_chat/#overlay-provider`,
0 commit comments