Skip to content

Commit 3066205

Browse files
committed
Update release notes
1 parent 6bb9e5c commit 3066205

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@ In order to use your build-time loader data during pre-rendering, we now also ex
381381
- This can be resolved by either adding a parent `clientLoader` or pre-rendering the child paths
382382
- If you add a `clientLoader`, calling the `serverLoader()` on non-prerendered paths will throw a 404
383383
- `@react-router/dev` - Limit prerendered resource route `.data` files to only the target route ([#13004](https://github.com/remix-run/react-router/pull/13004))
384+
- `@react-router/dev` - Fix pre-rendering of binary files ([#13039](https://github.com/remix-run/react-router/pull/13039))
384385
- `@react-router/dev` - Fix typegen for repeated params ([#13012](https://github.com/remix-run/react-router/pull/13012))
385386
- In React Router, path parameters are keyed by their name, so for a path pattern like `/a/:id/b/:id?/c/:id`, the last `:id` will set the value for `id` in `useParams` and the `params` prop
386387
- For example, `/a/1/b/2/c/3` will result in the value `{ id: 3 }` at runtime

0 commit comments

Comments
 (0)