Dry::Schema::Compiler
cannot handle Types::Hash.map
types
#467
Labels
Dry::Schema::Compiler
cannot handle Types::Hash.map
types
#467
Describe the bug
I am trying to use a
dry-type
ofTypes::Hash.map(Types::String, Types::String)
in aDry::Validation::Contract
class, howeverDry:Schema::Compiler
attempts to call the non-existentvisit_map
method.To Reproduce
Expected behavior
Loads and initializes the types.
Actual Result
My environment
The text was updated successfully, but these errors were encountered: