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.
package/dist/index.cjs.js CHANGED
@@ -23898,7 +23898,7 @@ var renderText = function (text, mentionedUsers, _a) {
23898
23898
  return (React__default["default"].createElement(ReactMarkdown, { allowedElements: allowedMarkups, components: rehypeComponents, rehypePlugins: rehypePlugins, remarkPlugins: [[remarkGfm, { singleTilde: false }]], skipHtml: true, transformLinkUri: function (uri) { return (uri.startsWith('app://') ? uri : uriTransformer(uri)); }, unwrapDisallowed: true }, newText));
23899
23899
  };
23900
23900
  function escapeRegExp(text) {
23901
- return text.replace(/[-[\]{}()*+?.,\\^$|#]/g, '\\$&');
23901
+ return text.replace(/[-[\]{}()*+?.,/\\^$|#]/g, '\\$&');
23902
23902
  }
23903
23903
  /**
23904
23904
  * @deprecated will be removed in the next major release
@@ -33709,7 +33709,7 @@ var UnMemoizedChannelList = function (props) {
33709
33709
  */
33710
33710
  var ChannelList = React__default["default"].memo(UnMemoizedChannelList);
33711
33711
 
33712
- var version = '10.7.5';
33712
+ var version = '10.7.6';
33713
33713
 
33714
33714
  var useChat = function (_a) {
33715
33715
  var _b, _c;