react-bootstrap-datetimepicker icon indicating copy to clipboard operation
react-bootstrap-datetimepicker copied to clipboard

Issue about example

Open ufo22940268 opened this issue 9 years ago • 1 comments

Module build failed: SyntaxError:

20 | handleChange = (newDate) => { | ^ 21 | console.log("newDate", newDate); 22 | return this.setState({date: newDate}); 23 | }

This method define seems not valid in ES6.

May be should change to:

 handleChange () {
}

ufo22940268 avatar Mar 14 '16 06:03 ufo22940268

:+1: Same experience, here

slangeberg avatar Apr 12 '16 20:04 slangeberg