diff --git a/src/components/Radio/Radio.jsx b/src/components/Radio/Radio.jsx index d77a064a..67f4eb78 100644 --- a/src/components/Radio/Radio.jsx +++ b/src/components/Radio/Radio.jsx @@ -26,7 +26,6 @@ export const Radio = ({ return (
` element. This is a placeholder to prevent React from - // showing the warning about uncontrolled input: "You provided a `checked` prop to a form field - // without an `onChange` handler." - onChange={() => {}} type="radio" value={option.value} />