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
Hello, my project using SystemJS bundler, which under the hood it creates module via Object.create(null);
Used version rollup cannot handle this case.
When project loading vuescroll lib in runtime, it throws error Vue.hasOwnProperty is not a function, because Vue has not prototype.
I research this bug, and find systemjs issue, same problem with react. systemjs/systemjs#2147
Hello, my project using SystemJS bundler, which under the hood it creates module via Object.create(null);
Used version rollup cannot handle this case.
When project loading vuescroll lib in runtime, it throws error Vue.hasOwnProperty is not a function, because Vue has not prototype.
I research this bug, and find systemjs issue, same problem with react.
systemjs/systemjs#2147
Rollup confirm bug and make fix release.
rollup/rollup#3420
Can you upgrade rollup version, which fixed, for vue 2 ?
Vue 2.6.14
Vuescroll 4.17.5
The text was updated successfully, but these errors were encountered: