ReactJS has upgraded their framework one minor version above what we current install in the app. We have 18.2.0 and the latest version is 18.3.1 so lets upgrade to the latest version.
As a prerequisite check their release logs for any potential breaking changes and also check their repo for any raised issues related to the new version.
Make sure to throughly test the UI for any regressions. Specifically, pay attention to the transaction forms.
📈 Subtasks
[ ] Check ReactJS release log and github issues
[ ] Upgrade ReactJS to latest version
[ ] Test the app for regressions paying special attention to the transaction forms
[ ] Fix any potential issues related to breaking changes in the new version
📄 Context
ReactJS has upgraded their framework one minor version above what we current install in the app. We have
18.2.0
and the latest version is18.3.1
so lets upgrade to the latest version.As a prerequisite check their release logs for any potential breaking changes and also check their repo for any raised issues related to the new version.
Make sure to throughly test the UI for any regressions. Specifically, pay attention to the transaction forms.
📈 Subtasks