Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npx react-codemod rename-unsafe-lifecycles #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

selvagsz
Copy link
Owner

@selvagsz selvagsz commented Aug 26, 2019

Fixes #58

npx react-codemod rename-unsafe-lifecycles
  • run the codemod
  • add react & react-dom as peer dep
peerDependencies: {
  "react": ">=16.3.0",
  "react-dom": ">=16.3.0"
}
  • test & release react-power-select@1.0.0 with no other new functionalities

@coveralls
Copy link

Coverage Status

Coverage remained the same at 81.336% when pulling 7a749eb on refactor/unsafe_lifecycles into 2e8914d on master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

In React 16.9.x & up, Console warnings about componentDidMount & willReceiveProps, require UNSAFE_ prefix.
2 participants