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 75af81c commit 6b66c52Copy full SHA for 6b66c52
src/components/chipsInput/index.tsx
@@ -145,9 +145,7 @@ class ChipsInput extends Component<OwnProps, State> {
145
isFocused: this.input.current?.isFocused() || false
146
};
147
148
- if (props.tags) {
149
- LogService.deprecationWarn({component: 'ChipsInput', oldProp: 'tags', newProp: 'chips'});
150
- }
+ LogService.componentDeprecationWarn({oldComponent: 'ChipsInput', newComponent: 'Incubator.ChipsInput'});
151
}
152
153
componentDidMount() {
0 commit comments