From 2be0583ed37ffc22fefe61292a12daee083e6ed9 Mon Sep 17 00:00:00 2001 From: Brandon Dail Date: Mon, 23 Jan 2017 19:42:28 -0600 Subject: [PATCH] Update deprecation wording to be less aggressive --- src/isomorphic/React.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/isomorphic/React.js b/src/isomorphic/React.js index 5b6fb2d4674a2..bdeb08e864372 100644 --- a/src/isomorphic/React.js +++ b/src/isomorphic/React.js @@ -58,7 +58,7 @@ if (__DEV__) { warning( warnedForCreateMixin, 'React.createMixin is deprecated and should not be used. You ' + - 'can use your mixin directly instead.' + 'can use this mixin directly instead.' ); warnedForCreateMixin = true; return mixin;