diff --git a/packages/react/components/Button.tsx b/packages/react/components/Button.tsx index 3310d6a..3ad8f67 100644 --- a/packages/react/components/Button.tsx +++ b/packages/react/components/Button.tsx @@ -125,5 +125,6 @@ const Button = React.forwardRef( ); }, ); +Button.displayName = "Button"; export { Button };