-
Notifications
You must be signed in to change notification settings - Fork 79
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
getDataFromTree not working (render to Loading...) #131
Comments
I changed to use 4.3.0 and it render in server side With 5.0.0 and 5.0.1, page is rendered at client side with "Loading..." |
same issue, but 4.3.0 doesn't work with material ui (this bug - #60 ) |
Had similar issue but managed to resolve/work around: |
If you want to fix that you shoul import getDataFromTree and pass it into withApollo |
@VladDubrovskis can you please share a working package.json? I struggle to find the right combination |
@eric-burel better late than never 😂 Sorry have missed the notification:
|
I had the same issue. It seems like this can be caused by a number of things but it turned out that using the react-apollo library was conflicting with this library. Removing it allowed queries to be resolved on server side. Hope that helps someone! |
Hi, |
We've had the same issue, consolidating all of our Apollo dependency hell onto
Solved it for us. |
|
_app.js:
this code render
The text was updated successfully, but these errors were encountered: