Daniel Owen van Dommelen
Results
32
comments of
Daniel Owen van Dommelen
trafficstars
I don't know, I haven't used NextJS for a long time now, though in a recent Vite project, this is still how I import it I can see... Try `import...
I think you need to use a Capital C, from the [react-cytoscape docs](https://github.com/plotly/react-cytoscapejs): ``` import Cytoscape from 'cytoscape'; import COSEBilkent from 'cytoscape-cose-bilkent'; import React from 'react'; import CytoscapeComponent from 'react-cytoscapejs';...