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

Removed react server agent util #767

Merged
merged 1 commit into from
Nov 22, 2016

Conversation

rodrijuarez
Copy link
Contributor

I’ve removed this util because it only had one function that could be replaced by the merge function from lodash. This is related to the issue #264.
Something to have in mind is that previously we were replacing the properties from the destination even if one of the key properties from the destination was undefined, now merge from lodash will ignore the properties from the source object that are undefined (link to documentation)

We’ve removed this util because it only had one function that could be
replaced by the merge function from lodash.
@doug-wade
Copy link
Collaborator

Awesome! Thanks @rodrijuarez !

@doug-wade doug-wade merged commit 2a761c7 into redfin:master Nov 22, 2016
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.

None yet

3 participants