Skip to content

Commit

Permalink
Storybook feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Sep 6, 2022
1 parent 25d4391 commit 78a25e8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/components/src/popover/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,6 @@ const UnforwardedPopover = (
/**
* `Popover` renders its content in a floating modal. If no explicit anchor is passed via props, it anchors to its parent element by default.
*
* @example
* ```jsx
* import { Button, Popover } from '@wordpress/components';
* import { useState } from '@wordpress/element';
Expand Down
1 change: 0 additions & 1 deletion packages/components/src/popover/stories/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ const meta: ComponentMeta< typeof Popover > = {
},
parameters: {
controls: { expanded: true },
docs: { source: { state: 'open' } },
},
};

Expand Down

0 comments on commit 78a25e8

Please sign in to comment.