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

Recursive Data, Fetch and Lazy Components don't work together #161

Open
fabianwohlfart opened this issue Mar 5, 2021 · 0 comments
Open

Comments

@fabianwohlfart
Copy link

Describe the bug
If you have recursive data, get the data from nuxt/content, and one of your components is Lazy, the generated page will falsy append content.

To Reproduce
Sandbox: https://codesandbox.io/s/practical-glitter-sbt00?file=/components/Tree.vue
Child A (or B) contains a copy of what the page should hold, the other list-entry is empty

Expected behavior
If you remove Lazy everything is back to normal.

Additional context
Navigation to a page shows the correct content, while refreshing / loading the page will mess it up

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

1 participant