feat: enable react router feature flags for v7

Signed-off-by: Paul Schultz <pschultz@pobox.com>
This commit is contained in:
Paul Schultz
2025-11-18 11:08:16 -06:00
parent 3581e7d2c9
commit a7e0d506a2
68 changed files with 831 additions and 253 deletions
+2 -2
View File
@@ -79,8 +79,8 @@
"history": "^5.0.0",
"react": "^18.0.2",
"react-dom": "^18.0.2",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-router": "^6.30.2",
"react-router-dom": "^6.30.2",
"react-use": "^17.2.4",
"zen-observable": "^0.10.0"
},