Open
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
undefined
Environment
"ant-design-vue": "^3.2.2", "vue": "^3.2.26"
Reproduction link
https://stackblitz.com/edit/vue-kde3lv?file=src/App.vue
Steps to reproduce
- define a reactive variable
- use the variable in watchEffect callback, and use message.info to popup any text
- change value of the variable, make watchEffect callback be invoked
What is expected?
watchEffect callback only invoke once, not infinity loop, like use console.log('sth msg')
What is actually happening?
watchEffect callback be invoked infinity loop