We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed4c364 commit bb21b2bCopy full SHA for bb21b2b
docs/Tabs.stories.tsx
@@ -32,7 +32,6 @@ type Story = StoryObj<typeof Tabs>;
32
// More on writing stories with args: https://storybook.js.org/docs/react/writing-stories/args
33
export const Template: Story = {
34
render: ({ onChange, value, ...args }) => {
35
- console.log("value", value);
36
return (
37
<Tabs {...args} value={value} onChange={onChange}>
38
<Tab value="one" label="Item One" />
0 commit comments