We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16c4f90 commit ddd8260Copy full SHA for ddd8260
src/isomorphic/React.js
@@ -60,7 +60,7 @@ if (__DEV__) {
60
warning(
61
warnedForCreateMixin,
62
'React.createMixin is deprecated and should not be used. You ' +
63
- 'can use your mixin directly instead.'
+ 'can use this mixin directly instead.'
64
);
65
warnedForCreateMixin = true;
66
return mixin;
0 commit comments