Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upapollo-composable "import not found: DefaultApolloClient" #1029
Comments
Seeing this as well. As a temporary workaround, you can import the default export like so:
and then use the other exports from there:
Edit:
So good luck, let me know if you get it working. |
@justinwaite I tried the same thing but encountered the same error. |
@pepsighan Yes, this seems to be an Issue with either @justinwaite There are 2 changes I had to make to get queries working, the first one is the error you mentioned:
I believe this is related to #1011 |
@justinwaite If looking for a fix to
See #1011 (comment) |
Describe the bug
App does not load "import not found: DefaultApolloClient"
To Reproduce
Expected behavior
No error
Versions
vue: 3.0.0-rc.5
apollo-composable: 4.0.0-alpha.10
apollo-boost: 0.4.9
Additional context
No other imports working from apollo-composable (useQuery etc.)