react-bootstrap-datetimepicker
react-bootstrap-datetimepicker copied to clipboard
Value does not update when component re-renders when the dateTime property has been update from the parent by the parent component
The dateTime never updates when a property changes. The value in this.props.dateTime is updated correctly but the component keeps the initial value regardless of how many times the property changes and rendering gets triggered.