Parent component update causes child calendar animation to break
ragnarkurmwunder opened this issue · 0 comments
ragnarkurmwunder commented
The scenario I am having in simplified terms:
onSelect={date => this.parent.setState({date: date})}
Animations break and dates seem unselected,
though the calendar retains the selected values.
Parent element update causes calendar update which breaks animation.