`computed` recalculation when no dependencies change
Vue version
3.2.
Link to minimal reproduction
Steps to reproduce
- Click to button
Click
What is expected?
not getting any more notices from the alert
function at the line 9
What is actually happening?
alert
at line 9 notification when indeed no dependence of computed
changes
System Info
No response
Any additional comments?
No response