Skip to content
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

State diagram, one transition is missing #6132

Open
robert35 opened this issue Dec 14, 2024 · 0 comments
Open

State diagram, one transition is missing #6132

robert35 opened this issue Dec 14, 2024 · 0 comments
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect

Comments

@robert35
Copy link

Description

The first transition is missing in :

stateDiagram-v2
classDef FINAL fill:#f00,color:white,font-weight:bold,stroke-width:2px,stroke:yellow
TDJOPENEDJWAITINGUSERS

TDJOPENEDJWAITINGUSERS --> TDJOPENEDJWAITINGUSERS : OnPlayerJoinedEvent
TDJOPENEDJWAITINGUSERS --> TDJOPENEDJWAITINGUSERS : OnPlayerLeavedEvent

as you can see if i rename :

stateDiagram-v2
classDef FINAL fill:#f00,color:white,font-weight:bold,stroke-width:2px,stroke:yellow
TDJOPENEDJWAITINGUSERS

TDJOPENEDJWAITINGUSERS --> 2TDJOPENEDJWAITINGUSERS : OnPlayerJoinedEvent
TDJOPENEDJWAITINGUSERS --> TDJOPENEDJWAITINGUSERS : OnPlayerLeavedEvent

Steps to reproduce

just produce both diagrams you will see

Screenshots

No response

Code Sample

No response

Setup

  • Mermaid version:
  • Browser and Version: [Chrome, Edge, Firefox]

Suggested Solutions

No response

Additional Context

No response

@robert35 robert35 added Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect labels Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect
Projects
None yet
Development

No branches or pull requests

1 participant