hasOwnProperty is not tracked
Version
3.0.2
Reproduction link
https://jsfiddle.net/skirtle/1h6ucq9p/
Steps to reproduce
- Using the example provided, click the button 'Change'.
- No rendering occurs.
- Click 'Force' to see the changes.
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.