Skip to content

Commit

Permalink
fix(popover): ensure popover conforms to popovercomponent
Browse files Browse the repository at this point in the history
  • Loading branch information
tay1orjones committed Nov 21, 2024
1 parent 329374c commit 993c8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/Popover/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ export const Popover: PopoverComponent = React.forwardRef(
</PopoverContext.Provider>
);
}
);
) as PopoverComponent;

// Note: this displayName is temporarily set so that Storybook ArgTable
// correctly displays the name of this component
Expand Down

0 comments on commit 993c8e7

Please sign in to comment.