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
Svelte 5.29 released new {@attach ...} syntax which are an improvement over actions including being reactive by default, conditionally applied, and passed to components (via spread/etc)
While updating, we will also remove the events and instead use callbacks. This allows removing svelteHTML types, which doesn't great and is not discoverable.
See movable within LayerChart (will replace LayerStack impl) for an example.