Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing url prop #4078

Merged
merged 1 commit into from
Mar 29, 2018
Merged

Add missing url prop #4078

merged 1 commit into from
Mar 29, 2018

Conversation

wesbos
Copy link
Contributor

@wesbos wesbos commented Mar 29, 2018

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

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
@timneutkens timneutkens merged commit 3949c82 into vercel:canary Mar 29, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Mar 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants