-
Notifications
You must be signed in to change notification settings - Fork 373
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
Use immutable set instead of cloneDeep #1721
Conversation
Update core reducer tests.
Since I am developing on Windows, I wasn't able to run all tests and build sequences. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Am I supposed to close the PR in order to merge it? |
@DavidHenri008 We'll manually merge this soon ;) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Replace cloneDeep by loadash/fp set in UPDATE_DATA core reducer.
Update core reducer tests.