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

Разобраться почему мы не можем рендерить фрагмент в async-render #1514

Open
shining-mind opened this issue Dec 12, 2024 · 0 comments
Labels
enhancement Improvement of the existing API v4

Comments

@shining-mind
Copy link
Contributor

Сейчас в async-render мы не рендерим узлы одним чанком, а на каждый узел создаем свой инстанс Vue. Надо разобраться почему мы не можем рендерить фрагмент:

if (Object.isSymbol(vnode.type) && Object.isArray(vnode.children)) {
return <VNode[]>vnode.children;
}

@shining-mind shining-mind added enhancement Improvement of the existing API v4 labels Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement of the existing API v4
Projects
None yet
Development

No branches or pull requests

1 participant