Skip to content

v9.1.42

Compare
Choose a tag to compare
@github-actions github-actions released this 17 May 17:24
· 462 commits to master since this release

Components

  • fix(radio): Spread props to input (#2747) (@mannycarrera4, manuel.carrera)
    StyledRadio was spreading props to the input and it's parent div. This change removed spreading prop to the parent div except for className.

Infrastructure