-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
subgraph not rendering with change to sample #231
Comments
error "Uncaught TypeError: Cannot set property 'label' of undefined" @ mermaid.js:10789
Are there limitations to subgraphs? |
What version are you running on? Check with the graph definition:
|
Perhaps it is how I am using mermaid.js. I zipped up my sample here: https://www.zipshare.com/download/eyJhcmNoaXZlSWQiOiI0ODUyZGU2ZC0zNTM1LTRlOWEtOTRhYy01YTczNjQyNTcxZjUiLCJlbWFpbCI6Im1wYWluZUBhY3RyYW5zaXQub3JnIn0= |
any chance you can review the uploaded zip? |
I did and found tab characters to be the problem. Replace with space and
|
Thank you, that solves my problem. I've been using tabs successfully without the subgraph feature but once I added subgraph, I was getting those errors. Might be an easy regex to fix. |
…yarn/develop/typescript-eslint/eslint-plugin-4.28.0 Bump @typescript-eslint/eslint-plugin from 4.27.0 to 4.28.0
I am having problems rendering this graph. Am I doing something wrong?
The text was updated successfully, but these errors were encountered: