We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 626cd98 commit 0fd57eeCopy full SHA for 0fd57ee
1 file changed
libs/mobile/shared/features/markdown-view/src/lib/component.tsx
@@ -39,7 +39,6 @@ export function AppMarkdownView({
39
onCitationPress,
40
isContentReady,
41
textColor: elementTextColor,
42
- ...restProps
43
}: AppMarkdownViewProps): ReactElement {
44
const { isDarkColorScheme } = useColorScheme();
45
const textColor = elementTextColor || (isDarkColorScheme ? colors.darkTextPrimary : colors.textPrimary);
@@ -220,7 +219,6 @@ export function AppMarkdownView({
220
219
code_inline: { backgroundColor: isDarkColorScheme ? colors.gray700 : colors.gray75 },
221
}}
222
rules={markdownRules}
223
- {...restProps}
224
markdownit={markdownItInstance}
225
/>
226
);
0 commit comments