<QuestionItem
{ ...this.props.store.currentSurvey.question}
onNext = { this.handleNext }
onBack = { this.handleBack }
surveyType = { this.props.store.currentSurvey.surveyType }
/>
если surveyType убрать или написать так:
surveyType = { "standart" }
то не затирает
Есть идеи?
А почему должен не затирать?
Обсуждают сегодня