datocms / datocms-svelte

The DatoCMS library for Svelte
MIT License
12 stars 5 forks source link

Head on svelte 5 remove css from head #10

Open stephanedemotte opened 3 weeks ago

stephanedemotte commented 3 weeks ago

Hello i'm trying to use Head on a svelte 5 project, but the Head component seem to replace all the css injected by svelte/vite.

Thank

stefanoverna commented 3 weeks ago

Hi, the Head component simply renders some title and meta tags.. do you have a repo that reproduces the issue?

stephanedemotte commented 3 weeks ago

Please add support for svelte 5

Screenshot 2024-09-23 at 14 25 50 Screenshot 2024-09-23 at 14 26 21
stefanoverna commented 3 weeks ago

Svelte 5 is still in beta, our policy is to release support upon reaching official stability :/

stephanedemotte commented 3 weeks ago

It's no more on beta but in release candidate since april 2024 https://svelte.dev/blog/svelte-5-release-candidate Thank you !

stefanoverna commented 3 weeks ago

I see, thanks! We can try releasing a new version supporting the RC.. but to proceed it would be great if you could share a repo using Svelte v5 that reproduces the issue on the Head component you were mentioning.

Thanks!