guidoec

Results 25 comments of guidoec

Sorry I keep getting this error 😟 ``` vue.runtime.esm.js?a427:430 [Vue warn]: Error in beforeDestroy hook: "TypeError: Cannot read property 'height' of undefined" found in ---> ```

I will investigate on my build. ;)

Hi again @hilongjw sorry could you upload your demo without compressing it? I need to reproduce the same effect in your demo that when you scroll up yo load more...

The error beforeDestroy is solved. But before destroying the component execute the fetch action. That's not a good practice no? What is the need of it?

Another thing in your demo on the chat section, it'seems that when you scroll up it loads more elements. But if I replicate your demo with my data it loads...

@hilongjw yes I am using "local data" too, I mean i get all the data before store it in vuex and in each chat I display the data. Bue it...

Hi @hilongjw did you have a chance look why fetch action is executed when destroying the component?

hmmmmmm but if you implement dynamic on-demand data it would be by using the fetch function? If it's like that how would you use the bottom scroll if you don't...

Hmmmmmm. But how much it will change everything if for example: - Get a chunk of 50 items - Scroll to bottom of that 50 items - Scrolling up ->...