Screenshot
Description
I have a response body that is {data: {...}, refreshToken: "..."} and with v6.1.0 I was able to get both data and refreshToken when using rawRequest. But in v7+, rawRequest does not return refreshToken. Unsure if this was an intentional change or a bug. I tried to search through other issues and release notes but couldn't find a mention of it.
Reproduction Steps/Repo Link
Screenshot
Description
I have a response body that is
{data: {...}, refreshToken: "..."}and withv6.1.0I was able to get bothdataandrefreshTokenwhen usingrawRequest. But in v7+,rawRequestdoes not returnrefreshToken. Unsure if this was an intentional change or a bug. I tried to search through other issues and release notes but couldn't find a mention of it.Reproduction Steps/Repo Link