Upgrading to [email protected] resolved the problem.
[email protected]
I had to change the css imports:
from
import 'react-datepicker/dist/react-datepicker.css';
to
import 'node_modules/react-datepicker/dist/react-datepicker.css';