You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2023. It is now read-only.
@jaydenseric can you help me debug this? The 1.4.9 has more things exported from the server file (all of it in fact). I'm not sure why it isn't working?
After updating
react-apollo@1.4.8
to the current version,1.4.9
,getDataFromTree
imports asundefined
when attempting SSR in a Next.js project.Downgrading to
react-apollo@1.4.8
fixes the issue.Intended outcome:
In a Next.js page decorator, this should log the function.
Actual outcome:
The import is undefined.
How to reproduce the issue:
I have not tested this with the official example code, but my app is not too different: https://github.com/zeit/next.js/blob/v3-beta/examples/with-apollo/lib/withData.js#L3
Version
The text was updated successfully, but these errors were encountered: