Skip to content

Conversation

moretti
Copy link

@moretti moretti commented Oct 31, 2014

It removes the following warnings:

  • react/lib/merge has been deprecated and will be removed in the next version of React. All uses can be replaced with Object.assign({}, a, b) or _.extend({}, a, b).
  • react/lib/copyProperties has been deprecated and will be removed in the next version of React. All uses can be replaced with Object.assign(obj, a, b, ...) or_.extend(obj, a, b, ...).

ryanflorence added a commit that referenced this pull request Oct 31, 2014
Use `react/lib/Object.assign` instead of `react/lib/merge` and `react/lib/copyProperties`
@ryanflorence ryanflorence merged commit 03f452a into remix-run:master Oct 31, 2014
@ryanflorence
Copy link
Member

thanks, released 0.10.2

@moretti
Copy link
Author

moretti commented Oct 31, 2014

Thanks 👍

@lock lock bot locked as resolved and limited conversation to collaborators Jan 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants