this.props.onChange() }
onChange={(event) => this.props.isPortionActual( this.props.id, event.target.checked )}
Создай промежуточную функцию.
onChange={ event => { this.props.isPortionActual( this.props.id, event.target.checked ); this.props.onChange(); }}
Обсуждают сегодня