-
Notifications
You must be signed in to change notification settings - Fork 197
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
Please update apollo to the neweset version... is this project staying maintained? #179
Comments
I want to add that Last update on this repo was at the beginning of October :/, I think it's a lack of time of the maintainer. @dylanmcgowan You can still force your project to use |
If you guys drop in vue-apollo beta.25 I'm afraid SSR async components will break, here the reference: vuejs/apollo#402 |
@dohomi Alright thanks for the reference, Akryum seems to have made a PR on official Vue repo which should make the related issue fixed. Last PR update/review request was 12 days ago, I hope someone of the Vue core team will merge it soon :). Otherwise @dohomi you can confirm that we should be fine using EDIT : Lot of libraries like |
@kevinmarrec please check the current master branch in your project, but I'm afraid it will fail due to the hydration issue (vuejs/vue#9017) I'm running |
@dohomi I checked and can confirm there are issues. I also made a PR yesterday to provide TypeScript support for the |
@kevinmarrec yes thanks I've seen it. If you like to make your TypeScript changes agains the rc2.3 I'm happy to make release a 2.4 out of it. |
Hey thanks for responding and explaining what's going on. I wish it was easier to see the state of PRs and project roadmaps so we could know what's happening at a high level. I'm happy that the fixes exist, really hoping they get merged soon! I really dig this package and I really dig nuxt, and yeah technical debt is inevitable but it stinks seeing projects lag behind |
@dohomi Yeah I would want a rc2.4 with it, until we're able to have a working rc3. |
Can someone give me a hit on what to run ? I dont understand what the latest news is. Should i run RC 2.3 with Vue apollo beta 26? Cause it isnt working |
If someone is missing TypeScript definitions for
|
@kevinmarrec can you open a PR? I currently stuffed at work and all the projects doesn't even use graphql.. |
Please update to rc-4 - this should work if not reopen again |
What problem does this feature solve?
The version of
vue-apollo
that@nuxtjs/apollo
uses is riddled with bugs. The maintainer has squashed a lot of them (almost two weeks ago) and has since released a new version.In particular there was a bug with SSR that screams and throws errors with plugins that modify the vue prototype i.e. vee-validate.
Ive been locked in nuxt 1.4 because of this package. And I really don't want to be. Can you please update this projects dependencies?
What does the proposed changes look like?
Upgrading
vue-apollo
to3.0.0.beta-26
The text was updated successfully, but these errors were encountered: