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

The diagram rendering is not working anymore #4

Open
daniecas opened this issue Jun 19, 2023 · 2 comments
Open

The diagram rendering is not working anymore #4

daniecas opened this issue Jun 19, 2023 · 2 comments

Comments

@daniecas
Copy link

since June 2023 the diagram rendering is not working anymore, when I click on preview in Azure DevOps the diagram is not rendered and nothing is showed, opening the browser console I can see the following error:

image

@malopgrics
Copy link
Contributor

I thinks it breaks sinces te release of mermaid-js 10.2.0. The extension does not point a specific version but instead fetch cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js and get latests versions automatically. A quick fix would be to set the last working version in mermaid-render.html.

@malopgrics
Copy link
Contributor

As in the readme :

The extension leverages the latest Mermaid version available from CDN, so new features should be available as soon as they are released.

New features are available, but breaking changes too :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants