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
In v0.5, I can solve this problem by changing the icon property type of Icon, changing Signal<icondata_core::Icon> to icondata_core::Icon, so that there is no need to return a function.
I'm not sure if this is a thaw issue or a leptos issue or somewhere in between 😅
The following code snippet crashes in csr using
trunk serve
with the following panic:
And switching the Icon with a Button results in no crash:
and also surrounding the icon with a div solves the panic:
🤷
The text was updated successfully, but these errors were encountered: