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
I've seen similar problems related to import Vue from 'vue' before. The error is caused by creating a duplicate global Vue instance. I don't exactly know why it happens, but removing that import solves it when it does pop up.
Hi!
I'm attempting to migrate from the regular version of Cytoscape to VueCytoscape 1.0.6, but I'm having a few problems.
In "main.js" I have:
I've had that code in the target component itself, but the errors are the same regardless, and here is an abridged version of those errors:
The code is:
I've tried the "config.elements" data in the CodeSandbox example, and the entire example itself, but the errors are the same regardless.
VueCytoscape won't work in development.
The text was updated successfully, but these errors were encountered: