pushtell / react-bootstrap-date-picker

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

React 15.5 Deprecation Warnings Appearing Due to React-Bootstrap-Date-Picker import. #114

Closed jronSomers closed 7 years ago

jronSomers commented 7 years ago

On application load, my bundle shoots out a warning about using both React.PropTypes and React.createClass. I traced it back to an import on one of my pages that use this very nice date picker component. The component eventually uses the "Portal" component which is the actual culprit that uses React.createClass.

I was wondering when this is going to get updated to get rid of these deprecation issues.

Thanks,

Jaron

wehriam commented 7 years ago

This is a community supported project, PRs are very much appreciated!

gengjiawen commented 7 years ago

@wehriam There is a pr to fix this, can you merge it ?