You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[h(VButton,null,{default: ()=>'button'}),' in notify']
The children array will be implicitly normalized, if the array is reactive, it will potentially trigger an update. For any VNode-related data, you should use markRaw to wrap it.
Version
3.0.11
Reproduction link
https://codepen.io/kerigard/pen/KKaOKRJ
Steps to reproduce
What is expected?
Components are rendered once
What is actually happening?
Components are constantly being updated
The text was updated successfully, but these errors were encountered: