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
When I try to use this on a Vue 3 project by calling vue add apollo, installation fails due to the following error: Error: You cannot call "get" on a collection with no paths. Instead, check the "length" property first to verify at least 1 path exists.
From what I've read, this plugin is supposed to be compatible with Vue 3, so I'm not sure what I might be doing wrong here?
The text was updated successfully, but these errors were encountered:
When I try to use this on a Vue 3 project by calling
vue add apollo
, installation fails due to the following error:Error: You cannot call "get" on a collection with no paths. Instead, check the "length" property first to verify at least 1 path exists.
From what I've read, this plugin is supposed to be compatible with Vue 3, so I'm not sure what I might be doing wrong here?
The text was updated successfully, but these errors were encountered: