We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed86d8 commit bf8acd2Copy full SHA for bf8acd2
.storybook/custom-addons/descriptions/register.js
@@ -19,8 +19,8 @@ addons.register(ADDON_ID, (api) => {
19
addons.add(PANEL_ID, {
20
type: types.PANEL,
21
title: 'Description',
22
- render: ({ active, key }) => (
23
- <AddonPanel active={active} key={key}>
+ render: ({ active }) => (
+ <AddonPanel active={active}>
24
<MyPanel />
25
</AddonPanel>
26
),
0 commit comments