Skip to content
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

Investigate @nuxtjs/apollo & replacement options #474

Open
HappyNTH opened this issue Jul 19, 2024 · 0 comments
Open

Investigate @nuxtjs/apollo & replacement options #474

HappyNTH opened this issue Jul 19, 2024 · 0 comments
Labels
dependencies Relating to project dependencies prio:low Low priority (think 'this year')

Comments

@HappyNTH
Copy link
Member

Unfortunately @nuxtjs/apollo seems somewhat stale and updates to it are slow. It may need replacing or adjusting in some manner, as most packages have moved to bundler and this one has not.

This culminates in an unfortunately ignored TS issue in ./tests/unit/support/helpers/mount.ts (line 5): Cannot find module '@nuxtjs/apollo/dist/runtime/composables' or its corresponding type declarations. ts(2307), caused because we're attempting to import useApollo from the repository's ./dist/runtime/composables. The code is working, but obviously we don't want to be ignoring TS errors!

@HappyNTH HappyNTH added dependencies Relating to project dependencies prio:low Low priority (think 'this year') labels Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Relating to project dependencies prio:low Low priority (think 'this year')
Projects
Status: Low Priority
Development

No branches or pull requests

1 participant