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
Yes, the injected config is supposed to be a dict type. Dot notation can be used in the Declarative container and in the Provide notation, but not after the config has been injected, it will return the type of object at the key specified or a dict if the whole config is injected.
For example, if you need to inject a certain key, from the config, that can be done like this:
I cannot figure out why the config is a dictionary, while in every example it is an object with "." (dot) operator to access its variables.
Here is a simple code that I used:
and the type is a 'dict'
The text was updated successfully, but these errors were encountered: