Commit c0c978c
committed
fix: record the boundary failure phase instead of inferring it
Inferring the phase by re-rendering is unsound when BOTH a wrapped layout
and the boundary tree are broken: the standalone attempt throws too, so the
tree error was discarded and the LAYOUT error was reported under the
boundary label. Two failures, one report, wrong name, in the code whose
whole purpose is that a boundary crash is never lost. The phase is known
exactly where it happens, so renderBoundaryInChain marks it and the catch
reads it. Both errors are reported now, each under its own label, and the
dev body shows the tree error, which is the one that defeated the fallback.
The unrouted 404's dev frame also stamped a bare pathname. The overlay gate
compares against location.pathname + location.search, so the frame was
refused (and then dropped) for any url carrying a query, and for every url
on a base-path deploy, where the ingress strip removed the prefix from url
while the browser still has it. It stamps what the matched-page branch
stamps. That hook is also dropped for a speculative prefetch now, per the
same #1047 rule: hovering a link to a broken url must not raise an overlay
on the page the user is actually on.1 parent 0af5cf8 commit c0c978c
4 files changed
Lines changed: 154 additions & 22 deletions
File tree
- packages/server
- src
- dev
- ssr
- test/routing
- test/ssr
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
509 | 509 | | |
510 | 510 | | |
511 | 511 | | |
512 | | - | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
513 | 532 | | |
514 | 533 | | |
515 | 534 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
339 | 339 | | |
340 | 340 | | |
341 | 341 | | |
342 | | - | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
343 | 354 | | |
344 | 355 | | |
345 | 356 | | |
| |||
414 | 425 | | |
415 | 426 | | |
416 | 427 | | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
417 | 450 | | |
418 | 451 | | |
419 | 452 | | |
| |||
668 | 701 | | |
669 | 702 | | |
670 | 703 | | |
671 | | - | |
672 | | - | |
673 | | - | |
674 | | - | |
675 | | - | |
676 | | - | |
677 | | - | |
678 | | - | |
679 | | - | |
680 | | - | |
681 | | - | |
682 | | - | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
683 | 715 | | |
684 | 716 | | |
685 | 717 | | |
686 | | - | |
687 | | - | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
688 | 723 | | |
689 | | - | |
690 | 724 | | |
691 | 725 | | |
692 | 726 | | |
| |||
747 | 781 | | |
748 | 782 | | |
749 | 783 | | |
750 | | - | |
751 | | - | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
752 | 787 | | |
753 | 788 | | |
754 | 789 | | |
755 | | - | |
756 | | - | |
| 790 | + | |
| 791 | + | |
757 | 792 | | |
758 | | - | |
759 | 793 | | |
760 | 794 | | |
761 | 795 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2495 | 2495 | | |
2496 | 2496 | | |
2497 | 2497 | | |
| 2498 | + | |
| 2499 | + | |
| 2500 | + | |
| 2501 | + | |
| 2502 | + | |
| 2503 | + | |
| 2504 | + | |
| 2505 | + | |
| 2506 | + | |
| 2507 | + | |
| 2508 | + | |
| 2509 | + | |
| 2510 | + | |
| 2511 | + | |
| 2512 | + | |
| 2513 | + | |
| 2514 | + | |
| 2515 | + | |
| 2516 | + | |
| 2517 | + | |
| 2518 | + | |
| 2519 | + | |
| 2520 | + | |
| 2521 | + | |
| 2522 | + | |
| 2523 | + | |
| 2524 | + | |
| 2525 | + | |
| 2526 | + | |
| 2527 | + | |
2498 | 2528 | | |
2499 | 2529 | | |
2500 | 2530 | | |
| |||
0 commit comments