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 try to use Flowbite Action and Navbar components on my root and about pages. However, after adding the components, it seems that SvelteKit append the contents of the target page to the current one and then remove the old contents in a noticeable time.
Interestingly, this bug only happens after I add some Flowbite components, including Action, Navbar and Card. Some basic components, such as P and A, do not cause this issue.
Reproduction
A minimal example to reproduce this bug can be found here. The project is created according to the instruction on the official website. I can reproduce the bug on macOS and Ubuntu with Chrome and Brave browsers.
@jjagielka Card, Alert, Navbar components use Frame component.
I checked it with Accordion and Listgroup that also use Frame component has the same issue.
The issue is related to lack of optional transition support in svelte. See sveltejs/svelte#6686
A solution for optional transitions is used in Frame component, but evidently it's not perfect.
Describe the bug
I try to use Flowbite
Action
andNavbar
components on my root and about pages. However, after adding the components, it seems that SvelteKit append the contents of the target page to the current one and then remove the old contents in a noticeable time.Interestingly, this bug only happens after I add some Flowbite components, including
Action
,Navbar
andCard
. Some basic components, such asP
andA
, do not cause this issue.Reproduction
A minimal example to reproduce this bug can be found here. The project is created according to the instruction on the official website. I can reproduce the bug on macOS and Ubuntu with Chrome and Brave browsers.
Flowbite version and System Info
The text was updated successfully, but these errors were encountered: