With the release of Backstage 1.6.0 it is now possible to migrate from react-router6.0.0-beta.0 to a stable version. Backstage has released a migration guide which outlines the need for all plugins to shift react-router and react-router-dom from dependencies to peerDependencies e.g.
With the release of Backstage
1.6.0
it is now possible to migrate fromreact-router
6.0.0-beta.0
to a stable version. Backstage has released a migration guide which outlines the need for all plugins to shiftreact-router
andreact-router-dom
fromdependencies
topeerDependencies
e.g.In order for developers to use a stable version of
react-router
in their Backstage implementation, this plugin will need to make this change.