diff --git a/components/radio/radio.tsx b/components/radio/radio.tsx index 7dec497be20f..d2b786682c05 100644 --- a/components/radio/radio.tsx +++ b/components/radio/radio.tsx @@ -85,7 +85,7 @@ const InternalRadio: React.ForwardRefRenderFunction = ( ); }; -const Radio = React.forwardRef(InternalRadio); +const Radio = React.forwardRef(InternalRadio); if (process.env.NODE_ENV !== 'production') { Radio.displayName = 'Radio';