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
Describe the bug
The when props have different types for AnimatedShow vs. Show. Also, I got an unreachable panic on the hide event when using AnimatedShow with stores. Show is fine.
This does seem to be specifically related to the interaction between AnimatedShow, For, and store fields. (I could reproduce it, but not if I switched to For with a plain Vec<_>) It's not likely I'll have the capacity to pursue this in the near future, but help investigating/fixing it is welcome.
Describe the bug
The
when
props have different types forAnimatedShow
vs.Show
. Also, I got an unreachable panic on the hide event when usingAnimatedShow
with stores.Show
is fine.Leptos Dependencies
To Reproduce
Just click the "Remover" buttons until remains just one row.
Additional context
The text was updated successfully, but these errors were encountered: