stream-chat-react 10.7.5 → 10.7.6

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.
@@ -37104,7 +37104,7 @@ var StreamChatReact = (function (exports, React$2, streamChat, ReactDOM) {
37104
37104
  return (React__default["default"].createElement(ReactMarkdown$1, { allowedElements: allowedMarkups$1, components: rehypeComponents, rehypePlugins: rehypePlugins, remarkPlugins: [[remarkGfm, { singleTilde: false }]], skipHtml: true, transformLinkUri: function (uri) { return (uri.startsWith('app://') ? uri : uriTransformer$2(uri)); }, unwrapDisallowed: true }, newText));
37105
37105
  };
37106
37106
  function escapeRegExp(text) {
37107
- return text.replace(/[-[\]{}()*+?.,\\^$|#]/g, '\\$&');
37107
+ return text.replace(/[-[\]{}()*+?.,/\\^$|#]/g, '\\$&');
37108
37108
  }
37109
37109
  /**
37110
37110
  * @deprecated will be removed in the next major release
@@ -48394,7 +48394,7 @@ var StreamChatReact = (function (exports, React$2, streamChat, ReactDOM) {
48394
48394
 
48395
48395
  window.StreamChat.StreamChat=StreamChat;window.StreamChat.logChatPromiseExecution=logChatPromiseExecution;window.StreamChat.Channel=Channel;window.ICAL=window.ICAL||{};
48396
48396
 
48397
- window.StreamChat.StreamChat=StreamChat;window.StreamChat.logChatPromiseExecution=logChatPromiseExecution;window.StreamChat.Channel=Channel;window.ICAL=window.ICAL||{};var version$1 = '10.7.5';
48397
+ window.StreamChat.StreamChat=StreamChat;window.StreamChat.logChatPromiseExecution=logChatPromiseExecution;window.StreamChat.Channel=Channel;window.ICAL=window.ICAL||{};var version$1 = '10.7.6';
48398
48398
 
48399
48399
  window.StreamChat.StreamChat=StreamChat;window.StreamChat.logChatPromiseExecution=logChatPromiseExecution;window.StreamChat.Channel=Channel;window.ICAL=window.ICAL||{};var useChat = function (_a) {
48400
48400
  var _b, _c;