-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
6.2.0 Causes "Don't know how to deal with Reset" on iOS #754
Comments
Paging @srimoyee-factory @tberman to the white courtesy ☎️ |
I enabled the debugger and dumped the logs around the event which might be helpful.
|
@paulcbetts looking at it. |
@srimoyee-factory Try calling |
Sorry about that, just requested a pull request #755 |
Thanks for the quick turn around guys! |
@paulcbetts can you do a new 6.2.1 build with this fix. I created an issue #760. Thanks. |
@srimoyee-factory I'll work on this at the weekend, yeah |
@paulcbetts thanks |
Just moved from 6.1.0 to 6.2.0 and noticed that all my Reactive Tables are having trouble due to an exception being thrown within https://github.com/reactiveui/ReactiveUI/blob/59aa7aedb5f8fa2ea644d810a8fa85f406234be7/ReactiveUI/Cocoa/CommonReactiveSource.cs on line 436. I believe this method is just be missing a "Reset" clause as much of ReactiveList triggers a Reset which would ultimiately cause problems here - unless, of course, I'm using something wrong.
The text was updated successfully, but these errors were encountered: