| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
The above fixes where done automatically with: $ npx react-codemod rename-unsafe-lifecycles
Codecov Report
@@ Coverage Diff @@
## master #3098 +/- ##
=======================================
Coverage 69.02% 69.02%
=======================================
Files 858 858
Lines 23432 23432
Branches 1859 1859
=======================================
Hits 16174 16174
Misses 6337 6337
Partials 921 921
Continue to review full report at Codecov.
|
Sorry, something went wrong.
|
PatternFly-React preview: https://patternfly-react-pr-3098.surge.sh |
Sorry, something went wrong.
There was a problem hiding this comment.
I suspect this is fine for PF3, considering it's older code.
Per the React documentation, "These methods are considered legacy and you should avoid them in new code" -- https://reactjs.org/docs/react-component.html
Can you please attach an issue for this?
Sorry, something went wrong.
|
@KKoukiou can you please open an issue for tracking purposes and add it to the description of the PR. Thanks. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
|
This is related to #3010, I didn't realize we also had these methods in our own code (My PR #3249 will pull in the same fixes from react-bootstrap, which should resolve the rest of these warnings for us in PF3). Thanks @KKoukiou ! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
The above fixes where done automatically with:
$ npx react-codemod rename-unsafe-lifecycles
Relevant issue: #3170