DioxusLabs / example-projects

Featured Dioxus projects on how to build clean user interfaces in Rust
498 stars 63 forks source link

Windows Counter example not incrementing counter #31

Open lushmana opened 1 year ago

lushmana commented 1 year ago

Problem

The windows counter example compiles and runs, however clicking on the buttons doesn't increment or decrement the displayed counter

Expected behavior

Expect the counter to display correctly and respond to button clicks.

Screenshots image

image

image

If applicable, add screenshots to help explain your problem. Environment:

Questionnaire

marc2332 commented 1 year ago

Where is this example from?