DioxusLabs / example-projects

Featured Dioxus projects on how to build clean user interfaces in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows Counter example not incrementing counter

lushmana opened this issue · comments

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:

  • Dioxus version: [0.3.2]
  • Rust version: [1.69.0]
  • OS info: [Windows 11]
  • App platform: [desktop]

Questionnaire

  • I'm interested in fixing this myself but don't know where to start
  • I would like to fix and I have a solution
  • I don't have time to fix this right now, but maybe later

Where is this example from?