Jack Tomaszewski

Results 7 comments of 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

> 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: ![image](https://user-images.githubusercontent.com/44373826/58867816-68658200-86bb-11e9-96a0-b2b54476dd9b.png) Current outcome of `networkStatus` in the...