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
freeList.forEach(item => { remove(this.ListenerQueue, item) item.$destroy() })
there, if lazy component instance destroy self, will trigger its children slots destroy, and then lost data binding.
Maybe we can remove listener instead of destroying it.
The text was updated successfully, but these errors were encountered:
freeList.forEach(item => { remove(this.ListenerQueue, item) item.$destroy() })
there, if lazy component instance destroy self, will trigger its children slots destroy, and then lost data binding.
Maybe we can remove listener instead of destroying it.
The text was updated successfully, but these errors were encountered: