Jack Tomaszewski
Jack Tomaszewski
There's a PR in https://github.com/fridays/next-routes/pull/277 but this repo seems to be abandoned for now https://github.com/fridays/next-routes/issues/244
Would a `--target` be a better name?
> I would support a proposal to improve the API for responseTransformer to receive the whole response, but my challenge to you, is: Can you think of a way to...
Regarding your comment https://github.com/apollographql/apollo-link-rest/issues/214#issuecomment-502292223 . Unfortunately I haven't thought of controlling the response body by the request url in `customFetch` method. So, for now we've done it by basing on...
OK I think steps to do it could be as simple as following: 1. Keep the current behaviour of `responseTransformer` but hide it from TS typings and add `responseBodyTransformer` that...
We tried this PR in our project and it works (fixes the problem), but there's one minor issue that could be fixed probably: Right now, `loading` is always `false`, even...
Oh, okay. Well, in that case, the `networkStatus` isn't being updated, when `refetch()` is done after an error occurs. See the following log:  Current outcome of `networkStatus` in the...