I have buttons that are dynamically added to an Array coming from my API, these buttons can be clicked to trigger a method in my class and I'm adding these buttons ...
When using a for loop to draw the UI and create a structure that places a button underneath from dioxus-cli 0.6.0-alpha.3, The button's onclick event points to the second element of the for statement, ...