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
Edit 2: I figured out that the problem is that I placed the vue-mermaid tag inside a tab pane. The tab pane is hidden when accessing the page. In this case FireFox throw the NS_ERROR_FAILURE (see https://bugzilla.mozilla.org/show_bug.cgi?id=941146).
But unfortunately, Chrome doesn't render the graph, too if I place inside a tab-pane. Both, FireFox and Chrome renders the graph only if the graph isn't hidden when accessing the page.
The text was updated successfully, but these errors were encountered:
Hi, I'm getting the following error when using vue-mermaid:
The Exception is the following:
My package.json contains the following lines:
Any idea what can cause the problem?
Edit 1: I've only one node in my graph:
Edit 2: I figured out that the problem is that I placed the vue-mermaid tag inside a tab pane. The tab pane is hidden when accessing the page. In this case FireFox throw the NS_ERROR_FAILURE (see https://bugzilla.mozilla.org/show_bug.cgi?id=941146).
But unfortunately, Chrome doesn't render the graph, too if I place inside a tab-pane. Both, FireFox and Chrome renders the graph only if the graph isn't hidden when accessing the page.
The text was updated successfully, but these errors were encountered: