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

Fix scope root vnode method #1337

Merged
merged 1 commit into from
Jun 21, 2020
Merged

Fix scope root vnode method #1337

merged 1 commit into from
Jun 21, 2020

Conversation

jstarry
Copy link
Member

@jstarry jstarry commented Jun 21, 2020

Description

Scoped::root_vnode() should always return a root vnode for a mounted component. Since components are mounted asynchronously, this means that the placeholder node should be used if the component has not fully rendered to the screen yet.

Fixes # (issue)

Checklist:

  • I have run ./ci/run_stable_checks.sh
  • I have reviewed my own code

@mergify mergify bot merged commit 8aeee8d into yewstack:master Jun 21, 2020
@jstarry jstarry deleted the fix-root-node branch June 21, 2020 08:13
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

Successfully merging this pull request may close these issues.

1 participant