Why TimeSelect not show?

I have the same issue. Using v0.55.0. showTimeSelect breaks the datepicker and shows a poorly formatted list of times

This looks like a CSS bug. Are you using the CSS provided by the component?
Am I supposed to copy the file react-datepicker/dist/react-datepicker.css into my directory to use it?
Currently I haveimport 'react-datepicker/dist/react-datepicker.css'; at the top of my file
@permadiwibisono I had the same issue on the 0.54 version, updating to 0.55 resolved it for me.
@nali i got it, but now there is bug in css, not show properly same problem with @jessica-pixvana

And its my code:

@permadiwibisono Whats your operating system and browser?
@shadrech I'm using Windows 10 and with Google Chrome.
@shadrech the same issue,windows 7 and Chrome.
how to solve it?
@shadrech I have the same issue on ubuntu and Chromium.
current versions react v15.5.4 react-datepicker v0.60.2 (on previous versions was the same issue)
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
padding-left: 0;
padding-right: 0;
}
it's solve display issues
One thing I noticed is that the time list does not have padding set to 0, so it takes the browser defaults which results in issues: See a simple example here: https://codesandbox.io/s/l5oz7rvrzq
( edit: I meant padding not margin )
I have the same issue with react semantic ui
.react-datepicker {
display: flex !important;
}
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Most helpful comment
I have the same issue with react semantic ui