mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Update deprecation wording to be less aggressive
This commit is contained in:
committed by
Brandon Dail
parent
4bba89f047
commit
2be0583ed3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user