Skip to content

Commit

Permalink
Fix json() when inferring the return type (#3797)
Browse files Browse the repository at this point in the history
  • Loading branch information
esamattis authored Jul 19, 2022
1 parent 78a8dcc commit 28deba7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/long-taxis-drop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"remix": patch
"@remix-run/node": patch
---

Fix `json()` when inferring the return type
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -395,3 +395,4 @@
- garand
- kiancross
- tagraves
- esamattis
2 changes: 2 additions & 0 deletions packages/remix-node/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ export {
isCookie,
isSession,
json,
JsonFunction,
TypedResponse,
MaxPartSizeExceededError,
redirect,
unstable_composeUploadHandlers,
Expand Down

0 comments on commit 28deba7

Please sign in to comment.