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

Reactivity bug when using <component :is> with slot #1039

Closed
jakedohm opened this issue Apr 23, 2020 · 1 comment
Closed

Reactivity bug when using <component :is> with slot #1039

jakedohm opened this issue Apr 23, 2020 · 1 comment

Comments

@jakedohm
Copy link

Version

3.0.0-beta.3

Reproduction link

https://github.com/jakedohm/vue-3-dynamic-component-ref-bug-reproduction

Steps to reproduce

  1. Clone repo
  2. Run yarn serve
  3. Click increment

What is expected?

The count in the div and the count in the heading should both increment.

What is actually happening?

The count in the div increments, but the count using my component does not update.

@jakedohm
Copy link
Author

Also, I looked through the Vue RFCs repo to see if had changed and couldn't find anything, but if it has this could be related to that 👍

pikax pushed a commit to pikax/vue-next that referenced this issue Apr 29, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Nov 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant