1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/examples/with-apollo/lib
Wes Bos 3949c82bdf Add missing url prop (#4078)
This was causing react-apollo  to crash on any SSR page that needed the page's query to make the GraphQL queries. 

It's magically passed on the client, but we have to manually pass it to the composed component here
2018-03-29 18:01:12 +02:00
..
initApollo.js migrated from apollo-client-preset to apollo-boost (#4047) 2018-03-23 12:51:58 +01:00
withData.js Add missing url prop (#4078) 2018-03-29 18:01:12 +02:00