Fix typo in 0.12 RC blog post

This commit is contained in:
Ben Alpert 2014-10-23 00:45:33 -07:00
parent 5ffcec7552
commit 32630cd8cf
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ You do NOT need to change the way to define `key` and `ref`, only if you need to
## Breaking Change: Default Props Resolution
This is a subtle difference but `defaultProps` are now resolved at `ReactElement` creation time instead of when it's mounted. This is means that we can avoid allocating an extra object for the resolve props.
This is a subtle difference but `defaultProps` are now resolved at `ReactElement` creation time instead of when it's mounted. This is means that we can avoid allocating an extra object for the resolved props.
You will primarily see this breaking if you're also using `transferPropsTo`.