lucas
PD🧩 Plasmo Developers
•Created by lucas on 8/10/2024 in #👾extension
Issues with using react-markdown
Hi, I'm trying to use react-markdown in my extension, but when I try to include it I get a strange error.
I've installed it using
pnpm install react-markdown
and then have imported it in my content.tsx
file import Markdown from "react-markdown"
. I then just try to use it through <Markdown>{markdown}</Markdown>
.
However, I'm getting the following error:
No idea why, anyone have any ideas?1 replies