From be854e0d3f48601140588c4346828355a645cd9e Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Thu, 20 Jan 2022 16:50:50 -0800 Subject: [PATCH] feat(combo-box): type id as any --- src/ComboBox/ComboBox.svelte | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/ComboBox/ComboBox.svelte b/src/ComboBox/ComboBox.svelte index 38ff2ff5..be693f34 100644 --- a/src/ComboBox/ComboBox.svelte +++ b/src/ComboBox/ComboBox.svelte @@ -1,7 +1,8 @@