componentDidMount()

in src/components/RadioButtonGroup/RadioButtonGroup.tsx [50:54]


  componentDidMount() {
    if (this.props.autoFocus && this.activeButtonRef.current) {
      this.activeButtonRef.current.focus();
    }
  }