Vyos

Results 4 comments of Vyos

**Solution** We extend our `_app.js` file and inject the `url` props to allow it to work as before: ```javascript import React from 'react'; import Routes from '../routes'; class MyApp extends...

@thymikee Tried your solution and it fails with the following message: ```javascript Uncaught (in promise) Error: Network error: Error writing result to store for query: query UserProfile($id: ID!) { UserProfile(id:...

@thymikee Switched out async request with a dummy promise. Still fails with the above message and the initial query is not run twice. All tokens are valid at time of...

After analysing the `fromPromise` code and the commit #172 , the `fromPromise` can only be used in conjecture with an Apollo Link object. Upon researching a solution, i finally stumbled...