If ref and shallowref are placed together, the shallowref view will be updated. I don't know whether it is a bug
Version
3.2.31
Reproduction link
Steps to reproduce
{{obj}}
{{num}}
What is expected?
View unchanged
What is actually happening?
The view has changed
it's not a bug.
the change to ref triggers the re-render, the shallow ref change does not.
But during re-render all of the component's template is updated with the latest data.