stream-chat-react 11.23.1 → 11.23.2

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.
@@ -36986,6 +36986,8 @@ var areMessageUIPropsEqual = function (prevProps, nextProps) {
36986
36986
  return false;
36987
36987
  if (((_c = prevProps.readBy) === null || _c === void 0 ? void 0 : _c.length) !== ((_d = nextProps.readBy) === null || _d === void 0 ? void 0 : _d.length))
36988
36988
  return false;
36989
+ if (prevProps.groupStyles !== nextProps.groupStyles)
36990
+ return false;
36989
36991
  if (prevProps.showDetailedReactions !== nextProps.showDetailedReactions) {
36990
36992
  return false;
36991
36993
  }
@@ -48995,6 +48995,8 @@ var StreamChatReact = (function (exports, React$2, jsxRuntime, ReactDOM, streamC
48995
48995
  return false;
48996
48996
  if (((_c = prevProps.readBy) === null || _c === void 0 ? void 0 : _c.length) !== ((_d = nextProps.readBy) === null || _d === void 0 ? void 0 : _d.length))
48997
48997
  return false;
48998
+ if (prevProps.groupStyles !== nextProps.groupStyles)
48999
+ return false;
48998
49000
  if (prevProps.showDetailedReactions !== nextProps.showDetailedReactions) {
48999
49001
  return false;
49000
49002
  }
@@ -63913,7 +63915,7 @@ var StreamChatReact = (function (exports, React$2, jsxRuntime, ReactDOM, streamC
63913
63915
 
63914
63916
  window.StreamChat.StreamChat=StreamChat;window.StreamChat.logChatPromiseExecution=logChatPromiseExecution;window.StreamChat.Channel=Channel;window.ICAL=window.ICAL||{};
63915
63917
 
63916
- window.StreamChat.StreamChat=StreamChat;window.StreamChat.logChatPromiseExecution=logChatPromiseExecution;window.StreamChat.Channel=Channel;window.ICAL=window.ICAL||{};var version$1 = '11.23.1';
63918
+ window.StreamChat.StreamChat=StreamChat;window.StreamChat.logChatPromiseExecution=logChatPromiseExecution;window.StreamChat.Channel=Channel;window.ICAL=window.ICAL||{};var version$1 = '11.23.2';
63917
63919
 
63918
63920
  window.StreamChat.StreamChat=StreamChat;window.StreamChat.logChatPromiseExecution=logChatPromiseExecution;window.StreamChat.Channel=Channel;window.ICAL=window.ICAL||{};var useChat = function (_a) {
63919
63921
  var _b, _c;