stream-chat-react 13.14.4 → 13.14.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24,7 +24,7 @@ export const useChat = ({ client, defaultLanguage = 'en', i18nInstance, initialN
24
24
  useEffect(() => {
25
25
  if (!client)
26
26
  return;
27
- const version = "13.14.4";
27
+ const version = "13.14.5";
28
28
  const userAgent = client.getUserAgent();
29
29
  if (!userAgent.includes('stream-chat-react')) {
30
30
  // result looks like: 'stream-chat-react-2.3.2-stream-chat-javascript-client-browser-2.2.2'
@@ -1,3 +1,4 @@
1
+ export * from './AttachmentSelectorContext';
1
2
  export * from './ChannelActionContext';
2
3
  export * from './ChannelListContext';
3
4
  export * from './ChannelStateContext';
@@ -1,3 +1,4 @@
1
+ export * from './AttachmentSelectorContext';
1
2
  export * from './ChannelActionContext';
2
3
  export * from './ChannelListContext';
3
4
  export * from './ChannelStateContext';