Some strange behaviour of shallowReactive api
Link to minimal reproduction
Steps to reproduce
just toggle that comment // objj.age++;
and see how reactivity behaves, when this line is commented (disabled) yes nested props are not reactive but when this line is active object behaves just like any reactive object
What is expected?
i expect that nested props don't change in a shallow reactive object root elements only can be reactive
What is actually happening?
nested props also has some reactive behaviour
System Info
No response
Any additional comments?
No response