question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support for Apollo Client 3

See original GitHub issue

Apollo-client 3 is in the beta phase now, with release planned within the next month or so (most likely - no date has been committed to yet).

The dependencies for next-with-apollo should be updated as needed.

This probably will require a 5.0.0 major version bump since this is a breaking change.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
lfadescommented, Feb 11, 2020

Closing this because this package doesn’t depend on Apollo packages as @hoangvvo said, try to be up to date with the beta of Apollo 3 because they had multiple version with getDataFromTree not working at all.

0reactions
hoangvvocommented, Feb 5, 2020

next-with-apollo is independent from Apollo Client version because you are supplying it with your Apollo Client. The previous versions has a dependency on @apollo/react-ssr, which only work with v2, but it is not the case anymore.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Migrating to Apollo Client 3.0 - Apollo GraphQL Docs
This article walks you through migrating your application to Apollo Client 3.0 from previous versions of Apollo Client. To illustrate the migration process, ......
Read more >
Introduction to Apollo Client - Apollo GraphQL Docs
Apollo Client is a comprehensive state management library for JavaScript that enables you to manage both local and remote data with GraphQL.
Read more >
Get started with Apollo Client - Apollo GraphQL Docs
Step 1: Setup · Step 2: Install dependencies · Step 3: Initialize ApolloClient · Step 4: Connect your client to React · Step...
Read more >
Queries - Apollo GraphQL Docs
This article shows how to fetch GraphQL data in React with the useQuery hook and attach the result to your UI. You'll also...
Read more >
Migrating to Apollo Kotlin 3.0 - Apollo GraphQL Docs
Apollo Kotlin 3 provides a few helpers and compatibility modes to ease the ... Remove apollo-coroutines-support and apollo-android-support if applicable.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found