Closed dthuering closed 4 years ago
Did run npx react-codemod rename-unsafe-lifecycles to rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps. Fixes #77
npx react-codemod rename-unsafe-lifecycles
componentWillReceiveProps
UNSAFE_componentWillReceiveProps
Did run
npx react-codemod rename-unsafe-lifecycles
to renamecomponentWillReceiveProps
toUNSAFE_componentWillReceiveProps
. Fixes #77