Skip to content

Fix counter value not reloading from AppState. #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mellamokb
Copy link

When you open the Counter page, increment, then leave and come back, the counter is reset to 0. However the AppState keeps the increased value. This leads to confusing results when you click the WinForms button because it returns AppState value, which may be different than the page. The fix is to re-load AppState Counter value each time you visit Counter page.

When you open the Counter page, increment, then leave and come back, the counter is reset to 0.  However the AppState keeps the increased value.  This leads to confusing results when you click the WinForms button because it returns AppState value, which may be different than the page.  The fix is to re-load AppState Counter value each time you visit Counter page.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant