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
In brief, when unbuild() the static component (e.g., caused by the v-if), it won't invoke the unsetCurrent() to clean the ref in its context, which leads to the situation that the component's destroyed or being destroyed (because the deferred cleanup) but its context can still manipulate it by its ref, which is unexpected. For example and more detail, check the demo.
The text was updated successfully, but these errors were encountered:
In brief, when
unbuild()
the static component (e.g., caused by thev-if
), it won't invoke theunsetCurrent()
to clean the ref in its context, which leads to the situation that the component's destroyed or being destroyed (because the deferred cleanup) but its context can still manipulate it by its ref, which is unexpected. For example and more detail, check the demo.The text was updated successfully, but these errors were encountered: