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 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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: