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
Describe the bug
While requesting a value group in the input, in the Invoke method, dig does not check for the existence of any providers of the value group.
To Reproduce
Run the following code. The function is invoked without letting me know that there are no value group providers.
Hey @paullen - as I mentioned in #184, this shouldn't be changed blindly as it would break a lot of users, but I think it's a good idea to add an option that can be passed to Dig to check for this.
Describe the bug
While requesting a value group in the input, in the
Invoke
method, dig does not check for the existence of any providers of the value group.To Reproduce
Run the following code. The function is invoked without letting me know that there are no value group providers.
Expected behavior
The expected behaviour would be to return an error in the
Invoke
function after checking for providers.Additional context
If this is by design, could you suggest ways to implement this kind of a check using current methods.
The text was updated successfully, but these errors were encountered: