Open bennyh23 opened 5 years ago
Please change the use of "componentWillMount" in DrawerLayout.js
In react 17.x componentWillMount will not work
the code will be in componentDidMount instead, maybe it should be refactored a bit
Feature Request
Please change the use of "componentWillMount" in DrawerLayout.js
Why it is needed
In react 17.x componentWillMount will not work
Possible implementation
the code will be in componentDidMount instead, maybe it should be refactored a bit
Code sample