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
Trying to change tabs from outside the Tabs component by changing the selectedTabIndex prop, but it isn't working.
Not sure if the $: variable, anonymous function syntax is legacy, but it doesn't seem to do anything now. I changed it to a function call containing the variable:
Trying to change tabs from outside the Tabs component by changing the selectedTabIndex prop, but it isn't working.
Not sure if the $: variable, anonymous function syntax is legacy, but it doesn't seem to do anything now. I changed it to a function call containing the variable:
on the Tabs.svelte:
doesn't work
Changing it to
works.
If I can, I'll make a pull request, but it'll be some time.
The text was updated successfully, but these errors were encountered: