In React 17 the componentWillMount, componentWillReceiveProps, and componentWillUpdate lifecycle hooks are going away so we need to go through ui-eholdings and change anywhere they appear in the code.
Development Team
None
Release
None
Story Points
3
Sprint
None
Checklist
hide
TestRail: Results
Activity
Show:
David KeathleyAugust 3, 2018 at 4:48 PM
This issue gets resolved by
Jeffrey CherewatyJuly 23, 2018 at 2:18 PM
Not quite done - there are only three more uses of componentWillReceiveProps left.
Khalilah GambrellJuly 20, 2018 at 6:44 PM
- is this user story done?
Khalilah GambrellJune 29, 2018 at 12:03 PM
- can you provide an update? At this time, I have moved the work out of Sprint 41 and will add to the Sprint 42 backlog.
David KeathleyMay 21, 2018 at 3:03 PM
Edited
- I am about half way through the work on this ticket. As it stands now, I have fixed 20 out of 38 of the deprecation warnings. These changes have not yet been merged. If I was going to point the remaining work, I would call it 2 points.
In React 17 the componentWillMount, componentWillReceiveProps, and componentWillUpdate lifecycle hooks are going away so we need to go through ui-eholdings and change anywhere they appear in the code.