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.
package/dist/index.cjs.js CHANGED
@@ -2218,7 +2218,7 @@ var renderText = function (text, mentioned_users, options) {
2218
2218
  }, unwrapDisallowed: true }));
2219
2219
  };
2220
2220
  function escapeRegExp(text) {
2221
- return text.replace(/[-[\]{}()*+?.,\\^$|#]/g, '\\$&');
2221
+ return text.replace(/[-[\]{}()*+?.,/\\^$|#]/g, '\\$&');
2222
2222
  }
2223
2223
  /**
2224
2224
  * @deprecated will be removed in the next major release
@@ -8412,7 +8412,7 @@ var UnMemoizedChannelList = function (props) {
8412
8412
  */
8413
8413
  var ChannelList = React__default['default'].memo(UnMemoizedChannelList);
8414
8414
 
8415
- var version = '9.5.3';
8415
+ var version = '9.5.4';
8416
8416
 
8417
8417
  var useChat = function (_a) {
8418
8418
  var _b, _c;