Open
Description
Version
2.7.14
Reproduction link
Steps to reproduce
- 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.
Metadata
Metadata
Assignees
Labels
No labels
Activity