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
Checkout repo, install NPM dependencies, run app in dev mode.
Repeatedly press the main button on screen that increments count
Watch console output and read description provided.
Check the source code
What is expected?
All three provided services are injected successfully
What is actually happening?
Some of the provided services are injected as undefined
The problem appears to be this change, which interferes with how @ProvideReactive/@InjectReactive decorators work (nested __reactiveInject__ object).
Since vue-property-decorator is now deprecated and Vue 2 support is ending soon I'm not sure how feasible the fix would be. For now we're sticking with 2.7.13 before we can migrate to Vue 3.
The text was updated successfully, but these errors were encountered:
Version
2.7.14
Reproduction link
github.com
Steps to reproduce
What is expected?
All three provided services are injected successfully
What is actually happening?
Some of the provided services are injected as
undefined
The problem appears to be this change, which interferes with how
@ProvideReactive
/@InjectReactive
decorators work (nested__reactiveInject__
object).Since
vue-property-decorator
is now deprecated and Vue 2 support is ending soon I'm not sure how feasible the fix would be. For now we're sticking with 2.7.13 before we can migrate to Vue 3.The text was updated successfully, but these errors were encountered: