Closed vijaygawade18 closed 6 years ago
@vijaygawade18 - It looks like the peerDependencies aren't satisfied. Can you try running:
npm install --save bootstrap-daterangepicker react jquery moment prop-types
and see if it fixes your issue?
Hi @skratchdot issue is resolved. I had not imported the bootstrap-daterangepicker
in my component file. Importing it solved my problem.
Thanks!
For Rails 5 users, make sure you add both packages, e.g.
yarn add bootstrap-daterangepicker react-bootstrap-daterangepicker
otherwise you'll get similar complaint.
For Rails 5 users, make sure you add both packages, e.g.
yarn add bootstrap-daterangepicker react-bootstrap-daterangepicker
otherwise you'll get similar complaint.
Thank you! It helped me. But I am using only react
Hi @skratchdot I am having this issue while implementing the date-picker in my app.
import DateRangePicker from 'react-bootstrap-daterangepicker';
Need your help to resolve it.