diff --git a/components/input/Input.jsx b/components/input/Input.jsx index fa8669df0..a90ede41e 100644 --- a/components/input/Input.jsx +++ b/components/input/Input.jsx @@ -7,8 +7,6 @@ import { ConfigConsumerProps } from '../config-provider'; import ClearableLabeledInput from './ClearableLabeledInput'; import syncWatch from '../_util/syncWatch'; -function noop() {} - export function fixControlledValue(value) { if (typeof value === 'undefined' || value === null) { return '';