Skip to content
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

Fixed issue #427: MobX test not working correctly #450

Merged
merged 1 commit into from
Aug 26, 2018
Merged

Fixed issue #427: MobX test not working correctly #450

merged 1 commit into from
Aug 26, 2018

Conversation

mweststrate
Copy link
Contributor

@mweststrate mweststrate commented Aug 25, 2018

Using spliceWithArray (a splice that don't needs spreading, which can cause issues in some JS engines if the collections is large) instead of concat fixes the issues (atm still unclear why, I could'nt reproduce the issue in a unit test).

Also made the store more idiomatic by never replacing the data property, but always updating it

Fixes #427

@krausest krausest merged commit ed05a39 into krausest:master Aug 26, 2018
@krausest
Copy link
Owner

Thanks for the fix. Results are here:
bildschirmfoto 2018-08-26 um 21 39 43

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.

React MobX error with 08_create1k-after10k
2 participants