Open OrbisK opened 3 days ago
Setup stores are also able to rely on globally provided properties like the Router or the Route. Any property provided at the App level can be accessed from the store using inject(), just like in components
inject()
https://pinia.vuejs.org/core-concepts/#Setup-Stores
with this update vue fixed a false behaviour within vue, which allowed using non app level injects https://github.com/vuejs/core/blob/main/changelogs/CHANGELOG-3.4.md#3437-2024-08-08
providers in discreteApi should use app level provides
No response
maybe it will work with https://vuejs.org/api/application.html#app-runwithcontext
Clear and concise description of the problem
https://pinia.vuejs.org/core-concepts/#Setup-Stores
with this update vue fixed a false behaviour within vue, which allowed using non app level injects https://github.com/vuejs/core/blob/main/changelogs/CHANGELOG-3.4.md#3437-2024-08-08
Suggested solution
providers in discreteApi should use app level provides
Alternative
No response
Additional context
No response
Validations