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
@apollo/client/link/core is not a public entry point in 3.0.2 (because it doesn't have a package.json file), but it will soon become one in @apollo/client@3.1.0, thanks to #6656.
To explain the error, Node.js is trying to import @apollo/client/link/core/index.js (which is ESM rather than CommonJS) but fails because Node doesn't natively understand ESM import/export syntax yet.
Heads up: we're not quite ready to publish @apollo/client@3.1.0 yet, but I've published an @apollo/client@3.1.0-pre.0 release that I believe will resolve this issue, if you want to try that in the meantime. 🙏
Intended outcome:
Actual outcome:
Versions
The text was updated successfully, but these errors were encountered: