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
Describe the bug
Adding links to the diagram cause "MermaidError: URL.canParse is not a function" error when the Share SVG link is used. Occurs for flowchart and sequence diagrams - potentially others. To Reproduce
Steps to reproduce the behavior:
Create a diagram with this code:
sequenceDiagram
autonumber
participant HRMS as HRMS System
link HRMS: Dashboard @ https://www.google.com
Click on Share
Visit SVG Link
See error
Expected behavior
SVG should ignore the link code and display it appropriately.
The text was updated successfully, but these errors were encountered:
Describe the bug
Adding links to the diagram cause "MermaidError: URL.canParse is not a function" error when the Share SVG link is used. Occurs for flowchart and sequence diagrams - potentially others.
To Reproduce
Steps to reproduce the behavior:
sequenceDiagram
autonumber
participant HRMS as HRMS System
link HRMS: Dashboard @ https://www.google.com
Expected behavior
SVG should ignore the link code and display it appropriately.
The text was updated successfully, but these errors were encountered: