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
I'm having this issue too but in svelte. Has anybody found a fix for this?
I've seen that by setting the "content" field on the router it works properly but only with HTML content.
I had a similar issue in Svelte, one of my tabs worked initially but then got stuck. I found that I had used the same id inside it as the tab itself. So the tab id selector had a chance to randomly fail.
Versions
Reproduction
Describe the bug
Tab content is not loaded when it is changed by swiping.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Tab content should be loaded - the same as when you change the tab by clicking the link.
Actual Behavior
Tab content is not loaded and the tab remains empty.
Screenshots
Expected behavior:
Actual Behavior:
The text was updated successfully, but these errors were encountered: