You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I discovered an error in the sample leading to freezing UI when clicking any button, not just async one.
Thanks to help from the Telegram channel, it can be easily fixed by adding few things to the ReadMe (i just checked the code, there is no problem):
After Step 1 (using the template) i was missing the following:
.UseReactiveUI()
ViewModelBase : ReactiveObject is ObservableObject
So for guys like me, who just follow the ReadMe instead of cloning the code, those two things lead to the freezing UI.
Many thanks for all the work!
The text was updated successfully, but these errors were encountered:
redfudd
changed the title
CommandSample: Missing Details after Conversion from CommunityMVVM to ReactiveUI
CommandSample: Missing Details after Conversion from CommunityMVVM to ReactiveUI leed to UI freeze
Oct 6, 2024
Hi there,
I discovered an error in the sample leading to freezing UI when clicking any button, not just async one.
Thanks to help from the Telegram channel, it can be easily fixed by adding few things to the ReadMe (i just checked the code, there is no problem):
After Step 1 (using the template) i was missing the following:
So for guys like me, who just follow the ReadMe instead of cloning the code, those two things lead to the freezing UI.
Many thanks for all the work!
The text was updated successfully, but these errors were encountered: