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.
2 parents 8950840 + 6e7a5b2 commit 17ad925Copy full SHA for 17ad925
package/src/components/Message/MessageSimple/utils/renderText.tsx
@@ -262,7 +262,7 @@ export const renderText = <
262
<Markdown
263
key={`${JSON.stringify(mentioned_users)}-${onlyEmojis}-${
264
messageOverlay ? JSON.stringify(markdownStyles) : undefined
265
- }`}
+ }-${JSON.stringify(colors)}`}
266
onLink={onLink}
267
rules={{
268
...customRules,
0 commit comments