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 4479ef2 commit 8377f27Copy full SHA for 8377f27
src/components/Message/renderText/renderText.tsx
@@ -32,16 +32,16 @@ export const defaultAllowedTagNames: Array<keyof JSX.IntrinsicElements | 'emoji'
32
'pre',
33
'blockquote',
34
'del',
35
- // custom types (tagNames)
36
- 'emoji',
37
- 'mention',
38
'table',
39
'thead',
40
'tbody',
41
'th',
42
'tr',
43
'td',
44
'tfoot',
+ // custom types (tagNames)
+ 'emoji',
+ 'mention',
45
];
46
47
function formatUrlForDisplay(url: string) {
0 commit comments