crubier / react-graph-vis

A react component to render nice graphs using vis.js
http://crubier.github.io/react-graph-vis/
MIT License
946 stars 170 forks source link

uuis doesnt work in Vite JS inside dynamic import #106

Open crubier opened 3 years ago

crubier commented 3 years ago
Screenshot 2021-02-19 at 12 48 18

Need to replace uuid with something else

sharvilak11 commented 2 years ago

+1 on this with Vite. global is not defined error.

sharvilak11 commented 2 years ago

Well this solved the issue.

// vite.config.js

define: {
    "global": {}
}