visjs-community / visjs-network

the network module from vis.js
Apache License 2.0
60 stars 21 forks source link

Error when running visjs example #91

Open Peter-8960 opened 2 years ago

Peter-8960 commented 2 years ago

I git visjs-network and run npm install and npm run build to compile the source files. Everything looks fine. However, when open the example in the browser, vis.js does not work. There is a error message: TypeError: propagating is not a function. (In 'propagating(Hammer, { preventDefault: 'mouse' })', 'propagating' is an instance of Object)

does anyone know what is the reason? thanks!