From 0f6d1be69ccc38f579e8402e875d92870c17240e Mon Sep 17 00:00:00 2001 From: sook Date: Wed, 8 May 2024 23:26:30 +0900 Subject: [PATCH] remove deprecated key prop in descriptionAddon --- .storybook/custom-addons/descriptions/register.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.storybook/custom-addons/descriptions/register.js b/.storybook/custom-addons/descriptions/register.js index 7eab5a0ca62..9878e6714b4 100644 --- a/.storybook/custom-addons/descriptions/register.js +++ b/.storybook/custom-addons/descriptions/register.js @@ -19,8 +19,8 @@ addons.register(ADDON_ID, (api) => { addons.add(PANEL_ID, { type: types.PANEL, title: 'Description', - render: ({ active, key }) => ( - + render: ({ active }) => ( + ),