You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that browserify is adding additional code to the base that allows Mermaid to work. If I only include mermaid.js on my HTML, I get the following error in JS console:
mermaid.js:9487 Uncaught TypeError: elem.getTransformToElement is not a function
It seems that browserify is adding additional code to the base that allows Mermaid to work. If I only include mermaid.js on my HTML, I get the following error in JS console:
If I create a bundle.js via the following:
And change nothing else in my HTML except using bundle.js as created above, I get no errors.
What is browserify adding that cannot be included in the standalone mermaid.js? Why is browserify required?
The text was updated successfully, but these errors were encountered: