You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
React 19 has been released, and we need to upgrade the React version used in Backend.AI WebUI. This upgrade includes changes in the behavior of Suspense, which may affect data fetching and mutation transitions. We need to conduct comprehensive testing to ensure that these changes do not negatively impact our application.
Tasks
Upgrade React to version 19 in the Backend.AI WebUI project.
Review and update any code related to Suspense, data fetching, and mutation transitions.
Conduct thorough testing to identify any issues caused by the upgrade.
Document any changes made and issues found during the testing process. IMPACT
This upgrade may affect the functionality of features that rely on Suspense for data fetching and mutation transitions. It is crucial to ensure that these features continue to work as expected after the upgrade.
React 19 has been released, and we need to upgrade the React version used in Backend.AI WebUI. This upgrade includes changes in the behavior of Suspense, which may affect data fetching and mutation transitions. We need to conduct comprehensive testing to ensure that these changes do not negatively impact our application.
Tasks
IMPACT
This upgrade may affect the functionality of features that rely on Suspense for data fetching and mutation transitions. It is crucial to ensure that these features continue to work as expected after the upgrade.
References
The text was updated successfully, but these errors were encountered: