We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a681fb commit 251eb08Copy full SHA for 251eb08
src/components/Message/utils.tsx
@@ -316,6 +316,7 @@ export const areMessageUIPropsEqual = <
316
if (prevProps.endOfGroup !== nextProps.endOfGroup) return false;
317
if (prevProps.mutes?.length !== nextProps.mutes?.length) return false;
318
if (prevProps.readBy?.length !== nextProps.readBy?.length) return false;
319
+ if (prevProps.groupStyles !== nextProps.groupStyles) return false;
320
321
if (prevProps.showDetailedReactions !== nextProps.showDetailedReactions) {
322
return false;
0 commit comments