diff --git a/src/Rate.tsx b/src/Rate.tsx index b3285b9..46602ba 100644 --- a/src/Rate.tsx +++ b/src/Rate.tsx @@ -238,7 +238,6 @@ function Rate(props: RateProps, ref: React.Ref) { onBlur={disabled ? null : onInternalBlur} onKeyDown={disabled ? null : onInternalKeyDown} ref={rateRef} - role="radiogroup" {...pickAttrs(restProps, { aria: true, data: true, attr: true })} > {starNodes} diff --git a/tests/__snapshots__/simple.spec.js.snap b/tests/__snapshots__/simple.spec.js.snap index 3fabfc8..43deb96 100644 --- a/tests/__snapshots__/simple.spec.js.snap +++ b/tests/__snapshots__/simple.spec.js.snap @@ -3,7 +3,6 @@ exports[`rate allowHalf render works 1`] = `