From 88e1bb33aa42aa37cf0dfecb49c156f7f782485a Mon Sep 17 00:00:00 2001 From: Toru Kobayashi Date: Tue, 8 Mar 2016 21:56:38 +0900 Subject: [PATCH] Fix a mixin name in a blog post --- docs/_posts/2016-03-07-react-v15-rc1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_posts/2016-03-07-react-v15-rc1.md b/docs/_posts/2016-03-07-react-v15-rc1.md index 1f9459ab20..6f04f6e14d 100644 --- a/docs/_posts/2016-03-07-react-v15-rc1.md +++ b/docs/_posts/2016-03-07-react-v15-rc1.md @@ -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