<div style={{ width: '60%', height: '100px', margin: '0 auto' }}> <HorizontalTimeline index={this.state.value} indexClick={(index) => { this.setState({ value: index, previous: this.state.value }); }} values={VALUES} /> </div>

Cannot understand why is this happening. States are set correct and everything is defined also. VALUES also contain date strings.