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
This one is actually due to NodeRef::on_load only being allowed to run once, but accidentally tracking reactive reads inside it (which .into_iter() on a keyed store subfield does). See #3686.
Describe the bug
If you try to set the value of a reactive store during a NodeRef::on_load callback, there is a panic
Leptos Dependencies
For example:
To Reproduce
Steps to reproduce the behavior:
cargo leptos watch
Expected behavior
No panic should occur, the value in the store should be set
Screenshots
The text was updated successfully, but these errors were encountered: