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
Mount a composition api component that uses injection
What is expected?
The injection to be resolved
What is actually happening?
The injection is unknown
This is an ABI issue. In the Composition API component it is looking for the provider under vm._provided whereas a Vue 2.x component is looking for it under vm.provide