-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mermaid import tag shown at top of page (as plain text) #88
Comments
I'm having the same issue. @a3957273 have you found any solution or workaround? |
Prerelease v2.0.0-rc7 seems to fix the issue. |
12 tasks
aviator-app bot
pushed a commit
to alcionai/corso
that referenced
this issue
Dec 27, 2023
This fixes an issue on the docs site where `import { Mermaid } from 'mdx-mermaid/lib/Mermaid';` shows up at the top of the pages. sjwall/mdx-mermaid#88 indicates updating to `2.0.0` fixes the issue ![image](https://github.com/alcionai/corso/assets/918191/7d6073e4-f6bb-458e-8647-0d5c965f3382) --- #### Does this PR need a docs update or release note? - [ ] ✅ Yes, it's included - [ ] 🕐 Yes, but in a later PR - [x] ⛔ No #### Type of change <!--- Please check the type of change your PR introduces: ---> - [ ] 🌻 Feature - [ ] 🐛 Bugfix - [x] 🗺️ Documentation - [ ] 🤖 Supportability/Tests - [ ] 💻 CI/Deployment - [ ] 🧹 Tech Debt/Cleanup #### Issue(s) <!-- Can reference multiple issues. Use one of the following "magic words" - "closes, fixes" to auto-close the Github issue. --> * #<issue> #### Test Plan <!-- How will this be tested prior to merging.--> - [x] 💪 Manual - [ ] ⚡ Unit test - [ ] 💚 E2E
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
As of version 1.3.2
mdx-mermaid
appears to show the import tag when using NextJS. This error does not occur on mdx-mermaid version 1.2.3.To Reproduce
Expected behavior
MDX import is not shown at top of screen.
Screenshots
Tool chain used:
NextJS 12
The text was updated successfully, but these errors were encountered: