ProdutorAgro / react-native-masked-input-text

A typescript masked input component for react-native
14 stars 13 forks source link

componentWillReceiveProps dprecated #15

Open okansarica opened 4 years ago

okansarica commented 4 years ago

componentWillReceiveProps is deprecated and getting warnings for it Rename componentWillReceiveProps to UNSAFEcomponentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE name will work. To rename all deprecated lifecycles to their new names, you can run npx react-codemod rename-unsafe-lifecycles in your project source folder

bhs324 commented 3 years ago

From react 16.13, the following warning also occurs. Warning: Cannot update a component from inside the function body of a different component. Please see these new warnings