diff --git a/src/components/mdRender/MDRender.tsx b/src/components/mdRender/MDRender.tsx index 62103a1c..dcdf0069 100644 --- a/src/components/mdRender/MDRender.tsx +++ b/src/components/mdRender/MDRender.tsx @@ -1,5 +1,5 @@ import ReactMarkdown from 'react-markdown'; -import { Prism as SyntaxHighlighter } from 'react-syntax-highlighter'; +import { PrismAsyncLight as SyntaxHighlighter } from 'react-syntax-highlighter'; import { atomDark, vs } from 'react-syntax-highlighter/dist/cjs/styles/prism'; import clsxm from '@/lib/clsxm';