Vue-apollo: $apollo undefined in SSR

Created on 7 Nov 2019  路  2Comments  路  Source: vuejs/vue-apollo

Describe the bug
After c3b840c368d50cb21f7410119a50443596baa537, any usage of $apollo (such as $apollo.queries.<query>.loading) in templates will result in an error. This is because $apollo will now be null.

@Akryum, is it possible to retain the memory leak fix in c3b840c368d50cb21f7410119a50443596baa537 by only destroying $apollo, without it being set to null?

Versions
vue: 2.6.10
vue-apollo: 3.0.0

pending triage

All 2 comments

+1 Came here to post exactly this

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jsrkstr picture jsrkstr  路  3Comments

chadwtaylor picture chadwtaylor  路  3Comments

seanaye picture seanaye  路  3Comments

alx13 picture alx13  路  4Comments

wangxiangyao picture wangxiangyao  路  4Comments