diff --git a/packages/react/components/Switch.tsx b/packages/react/components/Switch.tsx index c804eba..cb52209 100644 --- a/packages/react/components/Switch.tsx +++ b/packages/react/components/Switch.tsx @@ -80,5 +80,6 @@ const Switch = React.forwardRef((props, ref) => { ); }); +Switch.displayName = "Switch"; export { Switch };