From cac26cc054cf2a30f719187badb0e9854ff904f4 Mon Sep 17 00:00:00 2001 From: Norbert de Langen Date: Fri, 1 Jul 2022 01:14:02 +0200 Subject: [PATCH] Update lib/store/src/inferControls.ts --- lib/store/src/inferControls.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/store/src/inferControls.ts b/lib/store/src/inferControls.ts index 0c1179edf890..a207711edc06 100644 --- a/lib/store/src/inferControls.ts +++ b/lib/store/src/inferControls.ts @@ -23,8 +23,6 @@ const inferControl = (argType: StrictInputType, name: string, matchers: Controls return { control: { type: 'color' } }; } - /** - * @see https://github.com/storybookjs/storybook/issues/16322 */ if (controlType !== 'enum') { logger.warn(