crubier / react-graph-vis

A react component to render nice graphs using vis.js

Home Page:http://crubier.github.io/react-graph-vis/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uuis doesnt work in Vite JS inside dynamic import

crubier opened this issue · comments

Screenshot 2021-02-19 at 12 48 18

Need to replace uuid with something else

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

Well this solved the issue.

// vite.config.js

define: {
    "global": {}
}