You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now Svelte 5 is officially in Release Candidate stage.
[email protected] produces the following warning: svelte-filepond/src/Component.svelte:1:16 e 'accessors' option has been deprecated. It will have no effect in runes mode
Beware the line in Component.svelte: <svelte:options accessors />
cannot simply be deleted, removing it will cause the component to stop working and produce errors like: getfiles is not a function
I have tested in Svelte4 compatibility mode and svelte-filepond does function as expected. But will need to get ported to Svelte5 eventually so that folks can use in native SvelteKit 5.
I've not yet looked at porting the v4 Svelte adapter, but as Svelte 5 is very similar to 4, and the adapter is just a very small wrapper for FilePond native, I don't think it's that difficult? Happy to accept PRs.
FYI FilePond v5 is going to be powered by Svelte 5 :)
Now Svelte 5 is officially in Release Candidate stage.
[email protected] produces the following warning:
svelte-filepond/src/Component.svelte:1:16 e 'accessors' option has been deprecated. It will have no effect in runes mode
Beware the line in Component.svelte:
<svelte:options accessors />
cannot simply be deleted, removing it will cause the component to stop working and produce errors like:
getfiles is not a function
More info:
https://svelte-5-preview.vercel.app/docs/breaking-changes#breaking-changes-in-runes-mode
sveltejs/svelte#9827
The text was updated successfully, but these errors were encountered: