-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Update sent to component rendering the slot instead of the component passing the slot #1404
Comments
On 6.0.0-beta.9 all is working fine, so possibly might be closed. |
It's still the same on beta 9 (at least on my side), I have to click the component to see the changes to the vue-devtools inspector. :( |
Please provide a runnable minimal reproduction. Thank you. |
Hello All I am having the same problem. The issue basically occurs when the input component is wrapped in another component that exposes a slot. Here is a reproduction link: https://github.com/iraklisg/vue-3-dev-tools In the I am using -- |
This is likely the issues on my side. Thanks for sharing! |
Fixed in vue 3 repository |
@Akryum thank you. Should we expect to see the fix with the next Vue 3 release (3.0.12) ? |
3.1 beta 4 should be released on Monday, will see if we do a patch to 3.0 |
Version
6.0.0-beta.7
Browser and OS info
Chrome v90
Steps to reproduce
Open vue-dev tools (beta 6) bind input using v-model as usual, then if you try to type something, the property on data {} is not updating on the vue-dev tools.
What is expected?
Property in data() {} should be updating when value is changed. It's properly bound using v-model
What is actually happening?
The property is not updating unless you select other components then selecting the component again.
The text was updated successfully, but these errors were encountered: