-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test with Svelte 5 #196
Comments
When using the library with Svelte 5 and I'm getting a bunch of new warnings:
...and so forth for the rest of the controls. Turning on runes mode breaks the build altogether, of course, because the package is still using the Svelte 4 syntax. |
I've sent a PR to Svelte to remove that warning: sveltejs/svelte#14111 What do you think about upgrading this project to use runes and requiring Svelte 5? |
Definitely want to do it at some point. I’m busy with a new startup right now (using svelte 5 😁) but hope to have some time later this month for that.
…On Sat Nov 2, 2024, 05:52 PM GMT, Ben McCann ***@***.***> wrote:
I've sent a PR to Svelte to remove that warning: sveltejs/svelte#14111 <sveltejs/svelte#14111>
What do you think about upgrading this project to use runes and requiring Svelte 5?
—
Reply to this email directly, view it on GitHub <#196 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAKOLVWMPULJ5E5SRPDJM4DZ6UGNXAVCNFSM6AAAAABMYQNPJ6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJTGA3DCNZYGI>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
I'm having trouble even just doing
on svelte 5. map stays (not even in runes mode) |
This task covers testing that svelte-maplibre works with Svelte 5 as is, and any fixes to be made while keeping the project compatible with Svelte 4.
The text was updated successfully, but these errors were encountered: