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'm using mermaid:"11.12.2", but in this version I can't use type and alias at the same time; it gives me an error. However, I see in the repository documentation that it's supported.
sequenceDiagram
participant API@{ "type": "boundary" } as Public API
actor DB@{ "type": "database" } as User Database
participant Svc@{ "type": "control" } as Auth Service
API->>Svc: Authenticate
Svc->>DB: Query user
DB-->>Svc: User data
Svc-->>API: Token
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using mermaid:"11.12.2", but in this version I can't use type and alias at the same time; it gives me an error. However, I see in the repository documentation that it's supported.
https://github.com/mermaid-js/mermaid/blob/524695dd075d36ba9e48ce4e5be6aff01a1d65a0/docs/syntax/sequenceDiagram.md?plain=1#L223C1-L233C1
When will this be made public?
It is not supported in version 11.12.2:
mermaid/docs/syntax/sequenceDiagram.md
Line 202 in bd85b51
Beta Was this translation helpful? Give feedback.
All reactions