-
Has badRequest been removed from remix-utils v2? |
Beta Was this translation helpful? Give feedback.
Answered by
sergiodxa
Sep 24, 2023
Replies: 1 comment
-
I imagine you mean in v7, yes, those functions which just wrap |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sergiodxa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I imagine you mean in v7, yes, those functions which just wrap
json
to add a status code are going to be removed, the response helpers that will remain are theredirectBack
,notModified
(because it has no body), and the ones for different content types, and other ones likejsonHash
since they add more features over just setting a status code.