svelte-ux icon indicating copy to clipboard operation
svelte-ux copied to clipboard

[ToggleButton] Fix Drawer/Dialog use cases after Svelte 4 update

Open techniq opened this issue 1 year ago • 0 comments

ToggleButton is used to coordinate unmounting of toggled content (allowing unmounted children to transition). After updating to Svelte 4, some examples are effected (appears to only be the Dialog/Drawer examples at first look):

  • [x] Slot props not passing from default to named
  • [x] Not properly transitioning when opening
  • [ ] Closing drawer using internal close button is delayed

Before the update, everything appeared to be working properly.

techniq avatar Sep 18 '23 18:09 techniq