Closed
Description
Version
3.2.31
Reproduction link
Steps to reproduce
const foo = shallowRef({foo:1})
The element node should not be updated when the shallowRef changes.
However, when other responsive data changes, the element node(bound to shallowRef) is also updated
What is expected?
not updated
What is actually happening?
element node updated