Open itamarzil123 opened 6 years ago
I am having the same issue. I am using "react": "^16.3.2"
+1 on this same issue. Is this still a supported library?
Same issue here. Did anyone find any workaround/fix?
PropTypes was removed in react 16. Downgrading to 15 would be a workaround, lol.
There is an active pull request with a fix for this issue however, with more discussion.
There is now a fork: https://github.com/DaemonAlchemist/react-bootstrap-date-picker
npm install --save react-16-bootstrap-date-picker
@Laoujin Does not support TypeScript :(
Still the same issue after updating
This fixes the issue.
npm install --save git+ssh://git@github.com:pushtell/react-bootstrap-date-picker.git
It seems the @pushtell hasn't published the package on npm.
Still facing this issue on 0.32.1 (latest one downloaded by npm)
This fixes the issue.
npm install --save git+ssh://git@github.com:pushtell/react-bootstrap-date-picker.git
It seems the @pushtell hasn't published the package on npm.
what is the passphrase for the key?
Has anybody found a solution for this?
yes
On Mon, Jul 15, 2019 at 6:48 PM Arash notifications@github.com wrote:
Has anybody found a solution for this?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/pushtell/react-bootstrap-date-picker/issues/158?email_source=notifications&email_token=AKRJH5HEDYS6JUOAKKAY65LP7ULE7A5CNFSM4FINNM72YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZ7LQGA#issuecomment-511621144, or mute the thread https://github.com/notifications/unsubscribe-auth/AKRJH5CTKDX5P6SAUHTA7ULP7ULE7ANCNFSM4FINNM7Q .
There is now a fork: https://github.com/DaemonAlchemist/react-bootstrap-date-picker
npm install --save react-16-bootstrap-date-picker
This worked for me using React 16.9
TypeError: Cannot read property 'object' of undefined ./node_modules/react-bootstrap-date-picker/lib/index.js C:/Users/itama/NodeJS/source codes/react-books-app3/node_modules/react-bootstrap-date-picker/lib/index.js:117 114 | displayName: 'DatePickerCalendar', 115 | 116 | propTypes: {