Commit 40ec7f8
chore(e2e): Unpin react-router-7-framework-spa to ^7.11.0 (#18551)
This unpins the React Router version from 7.10.1 to ^7.11.0 to allow
automatic updates when [the SPA mode vite preview
bug](remix-run/react-router#14672) is fixed
upstream.
**Background**: React Router 7.11.0 introduced a bug where vite preview
attempts to load the deleted server build in SPA mode (ssr: false). We
[pinned to 7.10.1 as a
workaround](#18548),
but this branch prepares for future unpinning once the issue is
resolved.
---------
Co-authored-by: Charly Gomez <[email protected]>1 parent 107e2b0 commit 40ec7f8
File tree
2 files changed
+5
-5
lines changed- dev-packages/e2e-tests/test-applications/react-router-7-framework-spa
- app
2 files changed
+5
-5
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments