diff --git a/.changeset/wild-dogs-double.md b/.changeset/wild-dogs-double.md index d1d49f86f4..3987630ac1 100644 --- a/.changeset/wild-dogs-double.md +++ b/.changeset/wild-dogs-double.md @@ -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