-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Open
Description
Bug
Routable openIn: 'sheet' opens, but swipeToClose and breakpoints are ignored.
Routes
{
path: '/alarm/new/',
component: AlarmEditPage,
options: {
openIn: 'sheet',
sheetOptions: {
swipeToClose: true,
backdrop: true,
breakpoints: [1],
swipe: true
}
}
},Using v9 with Svelte v5
I have also tried differerent variants of passing the sheetOptions like having them directly on the options.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels