We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Repro:
Fire up the UIExplorer. Go to ListView, scroll all the way down. Go to ListView. You should hit an exception.
Seems to blame to c88a1cd: There's an NSMutableDictionary that is not threadsafe.
The text was updated successfully, but these errors were encountered:
cc @a2
Sorry, something went wrong.
Ah formatting bug. Basically I can hit this by scrolling really fast down the Paging ListView.
I can fix it by locking the dictionary between changes, but that might hurt performance.
Added a pull request if you guys want to comment on it.
#117
fix: don't merge state with existing state during reset. fixes facebo…
7393464
…ok#111
No branches or pull requests
Repro:
Fire up the UIExplorer. Go to ListView, scroll all the way down. Go to ListView. You should hit an exception.
Seems to blame to c88a1cd: There's an NSMutableDictionary that is not threadsafe.
The text was updated successfully, but these errors were encountered: