Open
Description
Spin-off of #12656, just do tackle the documentation part:
Docs
- After migration tool
- Missing step to update local node version to 20 <= local node <= 22
- Missing step to do a yarn install
- Add info on changing TS components that import JS components typing
- for example
component: { Loading }
needs to becomponent: { Loading } --> as any
- for example