Skip to content

Commit

Permalink
Fix a mixin name in a blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
koba04 committed Mar 8, 2016
1 parent f646357 commit 88e1bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_posts/2016-03-07-react-v15-rc1.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ These deprecations were introduced in v0.14 with a warning and the APIs are now

Each of these changes will continue to work as before with a new warning until the release of React 16 so you can upgrade your code gradually.

- `LinkedValueMixin` and `valueLink` are now deprecated due to very low popularity. If you need this, you can use a wrapper component that implements the same behavior: [react-linked-input](https://www.npmjs.com/package/react-linked-input).
- `LinkedStateMixin` and `valueLink` are now deprecated due to very low popularity. If you need this, you can use a wrapper component that implements the same behavior: [react-linked-input](https://www.npmjs.com/package/react-linked-input).


### New helpful warnings
Expand Down

0 comments on commit 88e1bb3

Please sign in to comment.