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
For now, we need to manually execute this.$update() to update a component refs and children when the DOM has changed. With the addition of the useMutation() service in #559, we could simplify this behavior and trigger an update automatically when the DOM changes.
The text was updated successfully, but these errors were encountered:
For now, we need to manually execute
this.$update()
to update a component refs and children when the DOM has changed. With the addition of theuseMutation()
service in #559, we could simplify this behavior and trigger an update automatically when the DOM changes.The text was updated successfully, but these errors were encountered: