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 3eaa717 commit 9a4faf5Copy full SHA for 9a4faf5
src/MarkdownDescription/MarkdownDescription.tsx
@@ -1,6 +1,6 @@
1
import React from "react";
2
import { Prism as SyntaxHighlighter } from "react-syntax-highlighter";
3
-import { materialDark, materialLight } from "react-syntax-highlighter/dist/esm/styles/prism";
+import { materialDark, materialLight } from "react-syntax-highlighter/dist/cjs/styles/prism";
4
import ReactMarkdown from "react-markdown";
5
import { Container } from "@material-ui/core";
6
0 commit comments