Flowchart Subgraphs Overlap in Next.js #3854
Labels
Status: Triage
Needs to be verified, categorized, etc
Type: Bug / Error
Something isn't working or is incorrect
Description
I'm trying to integrate mermaid into my Next.js application, everything works fine in development mode (
next dev
). However, after building the application with (next build
), the flow chart was broken.Mermaid version:
9.1.7
(currently, I have to use this version, because 9.2.x version causeaddHtmlLabel
not found bug 🐛 after being built)Next.js version: latest (13.x)
With
next dev
With
next build
andnext start
:My Mermaid component:
Usage:
Steps to reproduce
9.1.7
Screenshots
No response
Code Sample
No response
Setup
Desktop
Additional Context
This library is really cool and I would love to have it in my web application. Thanks for your help.
The text was updated successfully, but these errors were encountered: