diff --git a/src/Select.js b/src/Select.js index 1e606d21eb..00f4a9b99a 100644 --- a/src/Select.js +++ b/src/Select.js @@ -83,7 +83,7 @@ class Select extends React.Component { componentDidMount () { if (typeof this.props.autofocus !== 'undefined' && typeof console !== 'undefined') { - console.warn('Warning: The autofocus prop will be deprecated in react-select1.0.0 in favor of autoFocus to match React\'s autoFocus prop'); + console.warn('Warning: The autofocus prop has changed to autoFocus, support will be removed after react-select@1.0'); } if (this.props.autoFocus || this.props.autofocus) { this.focus();