emilhe / dash-extensions

The dash-extensions package is a collection of utility functions, syntax extensions, and Dash components that aim to improve the Dash development experience
https://www.dash-extensions.com/
MIT License
417 stars 59 forks source link

Outdated mermaid #294

Closed bhofmei closed 11 months ago

bhofmei commented 11 months ago

I love using mermaid to diagram flowcharts in my dash apps. But I need support for markdown within nodes, which was released in v10.1.0. Please update the mermaid version.

Note, I have tried to do this myself but keep getting stuck since mermaid.render returns a promise now. It works perfectly as a react app, but I end up with a chunkLoadError when imbedded in a dash app.

bhofmei commented 11 months ago

I was able to figure out a solution myself, so I'll close this issue.