-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Labels
Type: Bug / ErrorSomething isn't working or is incorrectSomething isn't working or is incorrect
Description
Description
Cannot read properties of undefined (reading 'shape') Syntax error in text mermaid version 11.6.0
Steps to reproduce
VSCode
Github
mermaid version 11.6.0
This code is broken, I don't know why.
flowchart
subgraph asub
aa
end
a
subgraph bsub
subgraph csub
subgraph dsub
da
end
end
subgraph esub
subgraph fsub
%%comment out subgraph below
subgraph gsub
ga
end
end
end
end
%%comment out below
bsub-->a
%%comment out below
da-->a
This is OK
Commented out
subgraph gsub
ga
end
flowchart
subgraph asub
aa
end
a
subgraph bsub
subgraph csub
subgraph dsub
da
end
end
subgraph esub
subgraph fsub
%%comment out subgraph below
%%subgraph gsub
%%ga
%%end
end
end
end
%%comment out below
bsub-->a
%%comment out below
da-->a
This is OK
Commented out
bsub-->a
flowchart
subgraph asub
aa
end
a
subgraph bsub
subgraph csub
subgraph dsub
da
end
end
subgraph esub
subgraph fsub
%%comment out subgraph below
subgraph gsub
ga
end
end
end
end
%%comment out below
%%bsub-->a
%%comment out below
da-->a
This is OK
Commented out
da-->a
flowchart
subgraph asub
aa
end
a
subgraph bsub
subgraph csub
subgraph dsub
da
end
end
subgraph esub
subgraph fsub
%%comment out subgraph below
subgraph gsub
ga
end
end
end
end
%%comment out below
bsub-->a
%%comment out below
%%da-->a
Screenshots
Code Sample
flowchart
subgraph asub
aa
end
a
subgraph bsub
subgraph csub
subgraph dsub
da
end
end
subgraph esub
subgraph fsub
%%comment out subgraph below
subgraph gsub
ga
end
end
end
end
%%comment out below
bsub-->a
%%comment out below
da-->a
Setup
- Mermaid version:11.6.0
- Browser and Version: [Chrome]
- VSCode
- Github
Suggested Solutions
No response
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type: Bug / ErrorSomething isn't working or is incorrectSomething isn't working or is incorrect
