Skip to content

Commit

Permalink
Handle fog of war edge cases with server-known higher-scoring routes (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 authored Aug 14, 2024
1 parent 6045452 commit 8460c77
Show file tree
Hide file tree
Showing 11 changed files with 572 additions and 137 deletions.
8 changes: 8 additions & 0 deletions .changeset/shy-ducks-repeat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@remix-run/react": patch
"@remix-run/server-runtime": patch
---

- Fog of War: Simplify implementation now that React Router handles slug/splat edge cases and tracks previously disscovered routes (see https://github.com/remix-run/react-router/pull/11883)
- This changes the return signature of the internal `__manifest` endpoint since we no longer need the `notFoundPaths` field
- Fog of War: Update to use renamed `unstable_patchRoutesOnNavigation` function in RR (see https://github.com/remix-run/react-router/pull/11888)
Loading

0 comments on commit 8460c77

Please sign in to comment.