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
{{ message }}
This repository has been archived by the owner on May 22, 2023. It is now read-only.
Yeah, I think we could just let the user specify the inject property and pass it to the Component function without even looking at it.
We can then pass provide as an option when instantiating the component, maybe even the raw widget services object with all its getters.
React has something similar called context but the documentation is littered with warnings not to use it.
https://vuejs.org/v2/api/#provide-inject
I think we should have a look at this?
The text was updated successfully, but these errors were encountered: