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
Is it a bug with the library, or an incorrect/outdated README/documentation?
If the latter, what's the proper way to have a field that needs to be a map with string values?
The text was updated successfully, but these errors were encountered:
Personally, I like the first syntax. map(%{any() => string()}) makes me think of a map of maps; and also the keyword list syntax is more readable and would allow for more options and defaults.
Contract taken from the README (and slimmed down):
Trying to conform a map with
settings
results in an unmanagedUndefinedFunctionError
exception:No issue if we remove the settings key from the map:
Is it a bug with the library, or an incorrect/outdated README/documentation?
If the latter, what's the proper way to have a field that needs to be a map with string values?
The text was updated successfully, but these errors were encountered: