Workday/canvas-kit

StyledRadio in Preview duplicates spreading of props.

Closed this issue ยท 0 comments

๐Ÿ› Bug Report

StyledRadio duplicated spreading of props which is incorrect. https://github.com/Workday/canvas-kit/blob/master/modules/preview-react/radio/lib/StyledRadioButton.tsx#L165

We should update this to only add className to that element and everything else gets spread to the input.