Does rehype-raw work with react-markdown in Firefox. #117
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Welcome @rachelrj! Sorry you ran into a spot of trouble. For the issue you're seeing locally, I'd check developer tools in the browser and look for any warning or error messages. |
Beta Was this translation helpful? Give feedback.
Welcome @rachelrj!
Sorry you ran into a spot of trouble.
It does support Firefox when built to run in a browser.
I created an example with CRA (
react-scripts
) as the build tool https://stackblitz.com/edit/github-7ztavd?file=src%2Fapp.tsx and opened it in Firefox 106.0.1Everything rendered as expected.
screenshot
For the issue you're seeing locally, I'd check developer tools in the browser and look for any warning or error messages.
I suspect a build tool may not be configured correctly, but browser logs would likely give more specific idea of what's going wrong.