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

No transition from State to Substate #1491

Open
kkubicki opened this issue Jul 22, 2024 · 0 comments
Open

No transition from State to Substate #1491

kkubicki opened this issue Jul 22, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@kkubicki
Copy link

Describe the bug
Sometimes visualization of state machine does not contain transition from state to substate

To Reproduce
Link to Live Editor: https://mermaid.live/edit#pako:eNpFj8FugzAQRH_F2l5DKHZKEh8qhbTHntpT5csGG2wVbGTsSBHi32uomtz2zcyudiaonVTAYQwY1JvB1mOfXamwq0BOZCIVmYV9evB54VOWvVacfBWUCVslOCegbCcsbKBXvkcj09lJWEIEBK16JYCnUaL_ESDsnHIYg_u82Rp48FFtwLvYauANdmOiOMjHT3d1QPvt3IOVNMH5j78Wa5n_zffVuQc7h1IlnCDchiXcmjGkcO1sY9pFj75Lsg5hGHmeL_a2NUHHy7Z2fT4aqdEHfT2WeUnLA1Kmyj3DF8ZkfSmOh4buikbunwuKMM_zL5NmcRs

Steps to reproduce the behavior:

stateDiagram-v2
state A { B }
#state A { C }
A-->B: T123
B-->C: T234

Uncommenting line 3 makes transition T123 dissapear

Expected behavior
Transition from state to substate is shown

@kkubicki kkubicki added the bug Something isn't working label Jul 22, 2024
@kkubicki kkubicki changed the title No transition form State to Substate No transition from State to Substate Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant