-
Notifications
You must be signed in to change notification settings - Fork 11
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
User Story: Update framework and syntax #18
Comments
As of 20190529... There is one last grouping of components that retain the legacy lifecycle methods... Credentials components. We may end up doing a quick conversion then iterate on it instead of our normal in-depth conversion. This would let us close this ongoing issue down. |
As of 20190703... There is still one last grouping of components that retain the legacy lifecycle methods... Credentials components. |
Marking this one finally resolved as of 20220628 as part of the prep for the segue to patternfly 4
|
@cdcabrera commented on Mon Jan 28 2019
Feature description:
Is your feature request related to a problem?
React framework and general optimization updates (Or making the GUI devs lives easier by making this repository reflect updated knowledge for how we structure code bases).
Currently the GUI is fixed on a specific version of React. In order to upgrade various syntax and React life cycle methods need to be altered.
Describe the solution you'd like
Behind the scenes GUI code updates:
Acceptance Criteria:
common/helpers
clean up lodash usage within redux, evaluateuntil we can move to a newer version of the react scripts going to delay thislodash-es
componentWillReceiveProps
should return 0 resultsRelated issues
#1520
The text was updated successfully, but these errors were encountered: