vue-infinite-loading
vue-infinite-loading copied to clipboard
Uncaught (in promise) TypeError: Cannot read property 'error' of undefined
Version
2.4.3
Vue.js version
2.6.3
Reproduction Link
https://ykmv0nykk9.codesandbox.io/
Steps to reproduce
- press a button. you will get the error
- scroll until it reaches "no more data" (around id of 200th)
- switch to another button and try to scroll. you will be getting the v-dialog not scrollable
What is Expected?
not error. scrollable on both button. runs smoothly
What is actually happening?
get the error and cannot scroll anymore if a button reaches "no more data"
Remarks
I'm using vuetify, vuex and this package
Tested on: Google Chrome v72.0.3626.96 (Official Build) (64-bit)

Could you provide your template where to bind the @infinite event?
It's in the App.vue. this is the editor view: https://codesandbox.io/s/ykmv0nykk9