Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c3b7f93

Browse files
jimfbzpao
authored andcommitted
Merge pull request facebook#6214 from koba04/patch-6
Fix a mixin name in a blog post (cherry picked from commit 11b5523)
1 parent 5bed1f3 commit c3b7f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_posts/2016-03-07-react-v15-rc1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ These deprecations were introduced in v0.14 with a warning and the APIs are now
7373

7474
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.
7575

76-
- `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).
76+
- `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).
7777

7878

7979
### New helpful warnings

0 commit comments

Comments
 (0)