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
Currently there are no way to bind to let:selected data because of svelte's slot props limitations. A reasonable option can be including an event such as on:change to use it outside of the scope of Selection component.
Currently there are no way to bind to
let:selected
data because of svelte's slot props limitations. A reasonable option can be including an event such ason:change
to use it outside of the scope ofSelection
component.The text was updated successfully, but these errors were encountered: