I'm a deno/fresh newbie and really appreciate the help.
I'm importing ReactMarkup per the docs like this:
import ReactMarkdown from "https://esm.sh/react-markdown@7";
But it's unclear how to use it in the fresh/preact world. Naively I've tried the below, but that generates this error: TypeError: Cannot convert a Symbol value to a string...at E (https://esm.sh/v102/preact-render-to-string@5.2.4/X-ZS8q/deno/preact-render-to-string.js:12:1829)
.
<ReactMarkdown>
### hey there
</ReactMarkdown>