From ddd8260e4b49c178640a0e3314627c1bb5d8f70e 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 5064ee63bdef9..8cdfb5d4a7379 100644 --- a/src/isomorphic/React.js +++ b/src/isomorphic/React.js @@ -60,7 +60,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;