0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-28 16:12:17 +01:00
svelte/.changeset/polite-timers-tell.md
Simon H 4ec9986cba
fix: check options namespace for top level svelte:elements (#14101)
We were checking it for nested elements, but not root elements

fixes #13875
2024-11-01 19:09:27 +01:00

6 lines
86 B
Markdown

---
'svelte': patch
---
fix: check options namespace for top level `svelte:element`s