Skip to content

Commit

Permalink
Update changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Dec 6, 2024
1 parent 3a53872 commit 1cf17f5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .changeset/wild-dogs-double.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
"@react-router/dev": patch
---

Update default `entry.server.tsx` to use new `streamTimeout` value for Single Fetch
Remove the leftover/unused `abortDelay` prop from `ServerRouter` and update the default `entry.server.tsx` to use the new `streamTimeout` value for Single Fetch

- The `abortDelay` functionality was removed in v7 as it was coupled to the `defer` implementation from Remix v2, but this removal of this prop was missed
- If you were still using this prop in your `entry.server` file, it's likely your app is not aborting streams as you would expect and you will need to adopt the new [`streamTimeout`](https://reactrouter.com/explanation/special-files#streamtimeout) value introduced with Single Fetch

0 comments on commit 1cf17f5

Please sign in to comment.