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 posting here because the forum is blocking all new #s from all IP addresses.
I'm using framework7-svelte and have a page with several views (one that is set as the main view) and then pages that are loaded via routes (think whatsapp style messenger that navigates from a chats page, into a chat, and then clicking on the nav bar goes into a profile page).
I can navigate to a chat and back to the chats list (main view) without trouble.
I can navigate between tabs without trouble
The issue is that when I go from chats list -> chat -> chat info -> chat -> chats list. The last step animates the chat page out and shows the chats list page for a fraction of a second before completely disappearing.
There are no console errors and I can see that the page events are firing, the UI is just not being rendered properly.
I've also added console logs on each route change and logged out the full route params, nothing seems amiss here. There's no difference in the params from when the page loads initially vs when it disappears.
Any ideas?
The text was updated successfully, but these errors were encountered:
I am also facing this issue after migrating to svelte 5. @erskingardner can you confirm which version of svelte are you using? If svelte 5, then this is probably related svelte 5 and a migration will be appreciated!
I'm posting here because the forum is blocking all new #s from all IP addresses.
I'm using
framework7-svelte
and have a page with several views (one that is set as the main view) and then pages that are loaded via routes (think whatsapp style messenger that navigates from a chats page, into a chat, and then clicking on the nav bar goes into a profile page).There are no console errors and I can see that the page events are firing, the UI is just not being rendered properly.
I've also added console logs on each route change and logged out the full route params, nothing seems amiss here. There's no difference in the params from when the page loads initially vs when it disappears.
Any ideas?
The text was updated successfully, but these errors were encountered: