You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unable to render edge labels for my graph's edges in a Next.js app.
This is a technically a duplicate of #93, which was fixed and closed sometime a year ago. The same bug is once again reproducible in both the development and production server.
Describe the bug
I am unable to render edge labels for my graph's edges in a Next.js app.
This is a technically a duplicate of #93, which was fixed and closed sometime a year ago. The same bug is once again reproducible in both the development and production server.
Steps to Reproduce the Bug or Issue
Code (same as in #93):
Strangely, if I use
labelType="all"
orlabelType="auto"
, then all of the edge labels appear in the center of the graph.Expected behavior
The edge labels should be rendered appropriately.
Screenshots or Videos
Platform
Your Example Website or App
No response
Additional context
For anyone who comes across this, I ended up switching to
react-flow
because of this issue.The text was updated successfully, but these errors were encountered: