pushtell / react-bootstrap-date-picker

React-Bootstrap based date picker.
MIT License
346 stars 195 forks source link

Can't resolve 'create-react-class' #153

Closed walshe closed 6 years ago

walshe commented 6 years ago

trying to integrate with https://react-bootstrap.github.io/ but getting issue :

Can't resolve 'create-react-class' in '/Users/emmett/dev/rc2/frontend/serverless-stack-demo-client/node_modules/react-bootstrap-date-picker/lib

ArmenKesablyan commented 6 years ago

Same issue here as well. Any idea what got updated to break this?

sowmitranalla commented 6 years ago

not sure what happened but running npm install --save create-react-class fixed the issue about create-react-class.

now i'm having an issue with undefined values

walshe commented 6 years ago

@sowmitranalla I used what some other guy suggested in an older issue

"react-bootstrap-date-picker": "github:mixxt/react-bootstrap-date-picker",