stream-chat-react 9.5.3 → 9.5.4

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.
@@ -34906,7 +34906,7 @@ var StreamChatReact = (function (exports, React, streamChat, reactDom) {
34906
34906
  }, unwrapDisallowed: true }));
34907
34907
  };
34908
34908
  function escapeRegExp(text) {
34909
- return text.replace(/[-[\]{}()*+?.,\\^$|#]/g, '\\$&');
34909
+ return text.replace(/[-[\]{}()*+?.,/\\^$|#]/g, '\\$&');
34910
34910
  }
34911
34911
  /**
34912
34912
  * @deprecated will be removed in the next major release
@@ -43399,7 +43399,7 @@ var StreamChatReact = (function (exports, React, streamChat, reactDom) {
43399
43399
 
43400
43400
  window.StreamChat.StreamChat=StreamChat;window.StreamChat.logChatPromiseExecution=logChatPromiseExecution;window.StreamChat.Channel=Channel;window.ICAL=window.ICAL||{};
43401
43401
 
43402
- window.StreamChat.StreamChat=StreamChat;window.StreamChat.logChatPromiseExecution=logChatPromiseExecution;window.StreamChat.Channel=Channel;window.ICAL=window.ICAL||{};var version = '9.5.3';
43402
+ window.StreamChat.StreamChat=StreamChat;window.StreamChat.logChatPromiseExecution=logChatPromiseExecution;window.StreamChat.Channel=Channel;window.ICAL=window.ICAL||{};var version = '9.5.4';
43403
43403
 
43404
43404
  window.StreamChat.StreamChat=StreamChat;window.StreamChat.logChatPromiseExecution=logChatPromiseExecution;window.StreamChat.Channel=Channel;window.ICAL=window.ICAL||{};var useChat = function (_a) {
43405
43405
  var _b, _c;