Watch multiple sources trigger problems in ref sugar
Version
3.0.5
Reproduction link
https://github.com/pgy108103/vue3_vite_issue_sample/tree/ref_sugar_watch_issue
Steps to reproduce
1.download the ref_sugar_watch_issue of repository and run it 2.click button you can see that.
What is expected?
Watching multiple source triggers can be correctly triggered in ref sugar.
What is actually happening?
In ref sugar, watch multiple sources always trigger, when I click button.
I don't understand what problem are you trying to highlight. There is no watch in your code. Can you take a look at other issues to provide proper reproduction steps?
do you mean #3068?