Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A weird behavior on production build. #87

Open
TheDeveloperTom opened this issue Jan 25, 2021 · 3 comments
Open

A weird behavior on production build. #87

TheDeveloperTom opened this issue Jan 25, 2021 · 3 comments

Comments

@TheDeveloperTom
Copy link

TheDeveloperTom commented Jan 25, 2021

Hi!

Stack: nuxt.js + vue-lazy-hydration
Description: There is an interesting thing. On development mode this works well and load the component bundle when it's almost visible.
image

But in the production build, it doesn't load nothing when I scroll to the footer.

Is that a correct behavior?

@surajrao
Copy link

any workarounds for this issue?

@maoberlehner
Copy link
Owner

I can't reproduce it.

@LiNCH35
Copy link

LiNCH35 commented Oct 29, 2021

I had the same problem.

I replaced <a v-if="condition"/> to <a v-show="condition" /> in hydrated component and it helped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants