From be7de76abddba3eaa5071b6c6bb9c8e677282a58 Mon Sep 17 00:00:00 2001 From: Amour1688 Date: Fri, 14 Aug 2020 19:38:58 +0800 Subject: [PATCH] fix: eslint error --- components/input/Input.jsx | 2 -- 1 file changed, 2 deletions(-) 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 '';