v0ltoz / react-datetimepicker

MIT License
91 stars 69 forks source link

Console shows warning on deprecated componentWillMount usage #44

Closed LakshmiVeejai closed 4 years ago

LakshmiVeejai commented 4 years ago

Will React 16, componentWillMount is deprecated and console is filled with below warning

Warning: componentWillMount has been renamed, and is not recommended for us Please update the following components: DateTimeRangeContainer

LakshmiVeejai commented 4 years ago

Can I go ahead and patch and raise PR @v0ltoz

v0ltoz commented 4 years ago

A PR with a fix would be appreciated, thanks

LakshmiVeejai commented 4 years ago

@v0ltoz here you go #48

v0ltoz commented 4 years ago

Thanks 🥇 Published to NPM now