-
-
Notifications
You must be signed in to change notification settings - Fork 241
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
setData
closure gets called outside of performBatchUpdates
#17
Comments
Hi @Usipov I'll do that in the next release. |
Merged
WIP #18 |
@Usipov |
@ra1028, WIP |
@ra1028, did you receive my email on r.fe51028.r@gmail.com? |
Thanks @Usipov . |
Usipov
added a commit
to Usipov/DifferenceKit
that referenced
this issue
Aug 30, 2018
…es in a one dimentional collection
Usipov
added a commit
to Usipov/DifferenceKit
that referenced
this issue
Aug 30, 2018
…pdates in a two dimentional collection
Usipov
added a commit
to Usipov/DifferenceKit
that referenced
this issue
Aug 30, 2018
Usipov
added a commit
to Usipov/DifferenceKit
that referenced
this issue
Aug 30, 2018
Usipov
added a commit
to Usipov/DifferenceKit
that referenced
this issue
Aug 30, 2018
Usipov
added a commit
to Usipov/DifferenceKit
that referenced
this issue
Aug 30, 2018
Usipov
added a commit
to Usipov/DifferenceKit
that referenced
this issue
Aug 30, 2018
Usipov
added a commit
to Usipov/DifferenceKit
that referenced
this issue
Aug 30, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey! Thanks for an amazing tool
I tried it out in stress tests (will probably share the code later) and found unexpected crashes.
The issue was due to the following code
Here
setData
gets called not inside ofperformBatchUpdates
.But according to the docs, it should be done inside:
The text was updated successfully, but these errors were encountered: