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
Version used:
Browser Name and version: Chrome 57.0.2987.133
Operating System and version (desktop or mobile): Win 7
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