We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79296e0 commit 0a57442Copy full SHA for 0a57442
1 file changed
package/src/components/Message/MessageSimple/utils/renderText.tsx
@@ -261,7 +261,7 @@ export const renderText = <
261
);
262
263
const customRules = {
264
- link: { link },
+ link: { react: link },
265
list: { react: list },
266
// Truncate long text content in the message overlay
267
paragraph: messageTextNumberOfLines ? { react: paragraphText } : {},
0 commit comments