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
In Svelte 4, Svelte Native was implemented by overriding the DOM creation methods. However, Svelte 5 doesn't use those same methods anymore and so that won't work. The foreign namespace solution needs to be replaced with a custom render inside Svelte 5. That won't happen in time for Svelte 5.0, but is something that should be able to be added in a later minor release in a non-breaking fashion
Svelte 5 is quite stable now, it would be great to roll out support for svelte 5.
The text was updated successfully, but these errors were encountered: