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
This is a minimal example for reproducing a bug where teleported components with multiple root elements are not being removed when their parent component is being removed.
This is a minimal example for reproducing a bug where teleported components with multiple root elements are not being removed when their parent component is being removed.
In order to test it, run
npm install
npm run dev
And open the dev server URL provided by Vite
About
This is a minimal example for reproducing a bug where teleported components with multiple root elements are not being removed when their parent component is being removed.