TextResponse doesn't initialize when it needed #2000
Closed
Milestone
Comments
@matveinazaruk , do you have a reproducible example for this behavior? |
Fixed in #2001 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I perform rest request ('POST' with body and headers), I got a response with text body. But type of response in callback is
Response
, but expected -TextResponse
.The text was updated successfully, but these errors were encountered: