Describe the bug
The styling seams to be missing, and when i click the input, all the dates just stack on top of the input.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect the styling / css to work as default.
Screenshots

Desktop (please complete the following information):
Experiencing the same behavior.
This helped me: https://github.com/Hacker0x01/react-datepicker/issues/1707
import "react-datepicker/dist/react-datepicker.css";
https://github.com/Hacker0x01/react-datepicker/#installation
This helped me: #1707
import "react-datepicker/dist/react-datepicker.css";https://github.com/Hacker0x01/react-datepicker/#installation
Still css not working :(
This helped me: #1707
import "react-datepicker/dist/react-datepicker.css";https://github.com/Hacker0x01/react-datepicker/#installation
Still css not working :(
I had the same issue. Im guessing you ran the npm install procedure, included the css & import in your jsx and then just saved to see changes?
Try restarting the npm script, everything worked as expected for me.
Most helpful comment
This helped me: https://github.com/Hacker0x01/react-datepicker/issues/1707
https://github.com/Hacker0x01/react-datepicker/#installation