diff --git a/components/radio/radio.tsx b/components/radio/radio.tsx index 69b87cafe..d0e33cba7 100644 --- a/components/radio/radio.tsx +++ b/components/radio/radio.tsx @@ -58,7 +58,7 @@ const RadioComponent: React.FC> = ({ useWarning('Remove props "checked" if in the Radio.Group.', 'Radio') } if (radioValue === undefined) { - useWarning('Props "value" must be deinfed if in the Radio.Group.', 'Radio') + useWarning('Props "value" must be defined if in the Radio.Group.', 'Radio') } useEffect(() => { setSelfChecked(groupValue === radioValue)