From 0ab1fdcb9d4edae3e0fd7b619c4668e751280cc4 Mon Sep 17 00:00:00 2001 From: Paul Wackerow <54227730+wackerow@users.noreply.github.com> Date: Mon, 21 Nov 2022 15:39:51 -0800 Subject: [PATCH] fix naming collision --- src/components/MDXComponents.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/MDXComponents.tsx b/src/components/MDXComponents.tsx index d371519152..755896cf8a 100644 --- a/src/components/MDXComponents.tsx +++ b/src/components/MDXComponents.tsx @@ -36,7 +36,7 @@ SyntaxHighlighter.registerLanguage('swift', swift); const { header1, header2, header3, header4 } = textStyles; -const Table = ({ children }: any) => ( +const MdTable = ({ children }: any) => ( { return (