71e75c0b70
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
379 B
379 B
@backstage/create-app
| @backstage/create-app |
|---|
| patch |
Removed the react-router dependency from the app package, using only react-router-dom instead.
This change is just a bit of cleanup and is optional. If you want to apply it to your app, remove the react-router dependency from packages/app/package.json, and replace any imports from react-router with react-router-dom instead.