Closed Sabir001 closed 5 years ago
componentWillMount has been changed. In React 17.x, only the UNSAFE_ name will work.
In the future, you can use componentDidMount instead of componentWillMount.
Also, have to update the react version.
componentWillMount has been changed. In React 17.x, only the UNSAFE_ name will work.
In the future, you can use componentDidMount instead of componentWillMount.
Also, have to update the react version.