Iterator of rsx blocks causes signals/elements to affect unrelated things (strange behavior) even when key is set #3019
Labels
bug
Something isn't working
needs reproduction
An issue that is missing a reproduction
rsx
Related to rsx or the dioxus-rsx crate
Problem
First mentioned.
Each slider has a corresponding i32 signal and a few other things (reset button, oninput/onclick).
This works correctly:
But this:
causes some weird state/behavior issues. I even added the
key
:I basically copied this:
dioxus/examples/rsx_usage.rs
Lines 115 to 122 in 357e05f
Steps To Reproduce
Can't yet do that.
Steps to reproduce the behavior:
Expected behavior
Each slider must only affect stuff related to itself, not other sliders too.
Environment:
fullstack
Questionnaire
The text was updated successfully, but these errors were encountered: