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

uncaught TypeError: t.getTransformToElement is not a function #401

Closed
anhk opened this issue Oct 20, 2016 · 0 comments
Closed

uncaught TypeError: t.getTransformToElement is not a function #401

anhk opened this issue Oct 20, 2016 · 0 comments

Comments

@anhk
Copy link

anhk commented Oct 20, 2016

I got this error at mermaid.min.js:5 in browser chrome.
I'm using hugo as the web server, and my markdown content is:

<div class="mermaid">
graph LR
    A-->B
</div>

finally hugo will generate html page like:

<div class="content">
  <div class="mermaid>
graph LR
   A-->B
  </div>
</div>

as a result, I got this error:

uncaught TypeError: t.getTransformToElement is not a function
@anhk anhk closed this as completed Oct 24, 2016
mgenereu pushed a commit to mgenereu/mermaid that referenced this issue Jun 25, 2022
…yarn/develop/sveltejs/adapter-static-1.0.0-next.20

chore(deps-dev): bump @sveltejs/adapter-static from 1.0.0-next.19 to 1.0.0-next.20
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

1 participant