diff --git a/packages/react/src/components/radio/radio.react.tsx b/packages/react/src/components/radio/radio.react.tsx index 1ecab4363..6eee4fb32 100644 --- a/packages/react/src/components/radio/radio.react.tsx +++ b/packages/react/src/components/radio/radio.react.tsx @@ -22,6 +22,7 @@ export const Radio = withRef( ) ); +Radio.displayName = 'Radio'; export type RadioProps = BaseProps & Omit;