Subscribe on changes!

The use of that piece of code is explained in the comment directly above it.

avatar
Jan 7th 2021

The use of that piece of code is explained in the comment directly above it.

Originally posted by @LinusBorg in https://github.com/vuejs/vue-next/issues/2951#issuecomment-755188957

avatar
Jan 7th 2021

Hello, thank you for taking time filling this issue!

However, we kindly ask you to use our Issue Helper when creating new issues, in order to ensure every issue provides the necessary information for us to investigate. This explains why your issue has been automatically closed by me (your robot friend!).

I hope to see your helper-created issue very soon!

avatar
Jan 7th 2021

i think the code above i mentinoned is useless, because in function createReactiveObject will solve the situation that if trying to observe a readonly proxy, return the readonly version, becasuse in createReactiveObject , except readonly() on a reactive object, as long as the target is a proxy, the function createReactiveObject will return the target, so the code is repleat, and when i delete the code above i mentioned, when i run 'npm test', it can pass and has no errors

avatar
Jan 7th 2021

Hello, thank you for taking time filling this issue!

However, we kindly ask you to use our Issue Helper when creating new issues, in order to ensure every issue provides the necessary information for us to investigate. This explains why your issue has been automatically closed by me (your robot friend!).

I hope to see your helper-created issue very soon!

i do not find a bug, i find some code is useless and want to delete