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
Describe the bug
After c3b840c, 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 c3b840c by only destroying $apollo, without it being set to null?
Versions
vue: 2.6.10
vue-apollo: 3.0.0
The text was updated successfully, but these errors were encountered:
Describe the bug
After c3b840c, 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 c3b840c by only destroying
$apollo
, without it being set tonull
?Versions
vue: 2.6.10
vue-apollo: 3.0.0
The text was updated successfully, but these errors were encountered: