From 70361d4d0d274776ef07dbac6ed918cc35bc0b35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E8=B4=A7=E6=9C=BA=E5=99=A8=E4=BA=BA?= Date: Thu, 21 Nov 2024 22:08:51 +0800 Subject: [PATCH] chore: fix lint --- src/OptionList.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/OptionList.tsx b/src/OptionList.tsx index d8ff001f..bbfa37f9 100644 --- a/src/OptionList.tsx +++ b/src/OptionList.tsx @@ -10,7 +10,6 @@ import LegacyContext from './LegacyContext'; import TreeSelectContext from './TreeSelectContext'; import type { Key, SafeKey } from './interface'; import { getAllKeys, isCheckDisabled } from './utils/valueUtil'; -import { useEvent } from 'rc-util'; const HIDDEN_STYLE = { width: 0,