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
The vue and svelte version examples do not have any sort of cleanup when components unmount. There needs to be a call to .destroy() to avoid memory leak.
The text was updated successfully, but these errors were encountered:
The vue and svelte version examples do not have any sort of cleanup when components unmount. There needs to be a call to
.destroy()
to avoid memory leak.The text was updated successfully, but these errors were encountered: