File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/remix-server-runtime Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ export type TypedResponse<T = unknown> = Omit<Response, "json"> & {
44
44
* @deprecated This utility is deprecated in favor of opting into Single Fetch
45
45
* via `future.v3_singleFetch` and returning raw objects. This method will be
46
46
* removed in React Router v7.
47
- *
47
+ *
48
48
* If you need to return custom headers or status code, you can use the new `data`
49
49
* utility (https://remix.run/docs/en/main/utils/data).
50
- *
51
- * If you need to return a JSON Response from a resource route, you can use
50
+ *
51
+ * If you need to return a JSON Response from a resource route, you can use
52
52
* `Response.json` (https://developer.mozilla.org/en-US/docs/Web/API/Response/json_static).
53
53
*
54
54
* @see https://remix.run/utils/json
You can’t perform that action at this time.
0 commit comments