fix(admin-ui): Pin react-router-dom (#3999)

**What**
- Pins the version of `react-router-dom` to `6.8.0` as the upgrade to `6.11.0` broke usage of `useNavigate` in nested routes.
This commit is contained in:
Kasper Fabricius Kristensen
2023-05-03 22:31:18 +08:00
committed by GitHub
parent f9886a5b9f
commit a7adb8fbf4
3 changed files with 22 additions and 17 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/admin-ui": patch
---
fix(admin-ui): Pins version of `react-router-dom` as upgrade to 6.11.0 broke navigation in nested routes