Skip to content

npx react-codemod rename-unsafe-lifecycles#59

Open
selvagsz wants to merge 1 commit intomasterfrom
refactor/unsafe_lifecycles
Open

npx react-codemod rename-unsafe-lifecycles#59
selvagsz wants to merge 1 commit intomasterfrom
refactor/unsafe_lifecycles

Conversation

@selvagsz
Copy link
Copy Markdown
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
Copy Markdown

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