Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
remix-run-bot committed May 23, 2024
1 parent 3d6af6f commit 94a2c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/single-fetch.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ Each `loader`/`action` receives it's own unique `response` instance so you canno

Because single fetch supports naked object returns, and you no longer need to return a `Response` instance to set status/headers, the `json`/`redirect`/`redirectDocument`/`defer` utilities can be considered deprecated when using Single Fetch.

_**However**, this does not mean you need to change them all right away in order to adopt Single Fetch!_
**\*However**, this does not mean you need to change them all right away in order to adopt Single Fetch!\*

These utilities will remain for the rest of Remix v2, and it's likely that in a future version they'll be available via something like [`remix-utils`][remix-utils] (or they're also very easy to re-implement yourself).

Expand Down

0 comments on commit 94a2c99

Please sign in to comment.