-
Story
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
None
-
False
-
None
-
False
-
-
The last step in the migration strategy guide is to remove the compatibility package and install react-router-dom v6 directly after converting all the code. This includes:
- Uninstalling the compatibility package
- Uninstalling the react-router and history packages
- Installing react-router-dom v6
- Removing the CompatRouter
- Updating all compat imports to react-router-dom
AC: Following the migration strategy guide, complete step 6: Remove the compatibility package!
Note: This story contains changes in frontend/packages and in the console core package, which is placed in the public folder.