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
The current React version in SME is 16.8.6, which can be upgraded to latest (18.3.1). From a quick look at the upgrade, it doesn't seem to break the application, but needs to test this further with all the functionalities.
Done Looks Like
Upgrade react and react-dom to 18.3.1
Demo application comes up without any issues (yarn dev)
All the functionalities work in the demo site
Test suite for unit testing passes after the upgrade
Code transpiles without any issues (yarn transpile) which generates the package files used in Avalon
All functionalities work in Avalon (especially Save action, since this can't be tested in the demo site)
The text was updated successfully, but these errors were encountered:
Description
The current React version in SME is 16.8.6, which can be upgraded to latest (18.3.1). From a quick look at the upgrade, it doesn't seem to break the application, but needs to test this further with all the functionalities.
Done Looks Like
react
andreact-dom
to 18.3.1yarn dev
)yarn transpile
) which generates the package files used in AvalonSave
action, since this can't be tested in the demo site)The text was updated successfully, but these errors were encountered: