Andrew Kazakov
Andrew Kazakov
Thanks for the prompt reply :) It seems like the problem is Nuxt specific: https://stackblitz.com/edit/github-x9hyyt?file=server%2Froutes%2Findex.ts Both `dev` and `build` worked fine.
The original 2 SVGs I had this issue with actually looked like the following ```xml ``` In which `id`s on the `` tag were different, but `id`s on ``/`` tags...
Even more minimal reproduction not involving `` with a similar error thrown (which is still occurring inside `unmountComponent`) when the teleport target does not exist: https://stackblitz.com/edit/vitejs-vite-s1bxpv 1. Open the console....