Michał Pierzchała
Michał Pierzchała
@janicduplessis I haven't dived deep into assets stuff on the CLI side and here, but maybe you have a better overview on this. Now that assets logic is scoped under...
@gaearon is there any recommendation of moving from react-test-renderer to test selector API? Some plans to deprecate it maybe? If you could confirm whether this approach works with RN or...
Can confirm this also happens on RN 0.59 as well. Looks like I didn't need to modify controlled text input in a while, but when I did I remember using...
If you're more familiar with promises, you can use `fromPromise` helper ```js import { fromPromise } from 'apollo-link'; return fromPromise(refreshToken().then(token => { operation.setContext({ headers: { ...oldHeaders, authorization: token, }, });...
If your token retrieving logic is correct, `onError` should only be called once. Looks like you have issues with your token query
@a-c-sreedhar-reddy please do!
Since RN 0.59, `react-native upgrade` uses rn-diff-purge under the hood.
Regarding returning `ReactTestInstance` from queries – we considered replacing it with a `QueryResult` object or something, that would only give you access to specific fields instead of whole object. This...
@V1shvesh sure :)