kbrgl / svelte-french-toast

🍞🥂 Buttery smooth toast notifications for Svelte
https://svelte-french-toast.vercel.app/
MIT License
809 stars 28 forks source link

Fix svelte 5 warnings about ambiguousness of <div ../> #70

Closed thebjorn closed 1 month ago

thebjorn commented 1 month ago

These changes fixes the following warnings:

3:28:15 PM [vite-plugin-svelte] C:/.../node_modules/.pnpm/svelte-french-toast@1.2.0_svelte@5.0-next.152/node_modules/svelte-french-toast/dist/components/ErrorIcon.svelte:6:0 Self-closing HTML tags for non-void elements are ambiguous — use <div ...></div> rather than <div ... />

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
svelte-french-toast ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 13, 2024 1:39pm
kbrgl commented 1 month ago

Thanks @thebjorn!