We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3.0.2
https://jsfiddle.net/skirtle/1h6ucq9p/
Using hasOwnProperty during rendering should track the corresponding property.
hasOwnProperty
It seems that we would need a proxy handler for getOwnPropertyDescriptor. I don't see anything like that in the current code.
getOwnPropertyDescriptor
If this omission is by design then I think it should be documented.
The text was updated successfully, but these errors were encountered:
588bd44
fix(reactivity): track hasOwnProperty
6e6ece6
fix vuejs#2619 close vuejs#2621
85983fb
Successfully merging a pull request may close this issue.
Version
3.0.2
Reproduction link
https://jsfiddle.net/skirtle/1h6ucq9p/
Steps to reproduce
What is expected?
Using
hasOwnProperty
during rendering should track the corresponding property.It seems that we would need a proxy handler for
getOwnPropertyDescriptor
. I don't see anything like that in the current code.If this omission is by design then I think it should be documented.
The text was updated successfully, but these errors were encountered: