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
Dry::Types::Params::* definitions are not included in Valkyrie::Types. I am not sure if this is intentional because all the other built-in dry-type classes listed here (besides Maybe types) are included. I think the definition of Valkyrie::Types::Params::ID might be overriding all the other Params definitions. I can get around it for now by using Dry::Types['params.nil'] so its not a huge problem, but I thought I would document it here. If this isn't the desired behavior I can look into how to fix it.
The text was updated successfully, but these errors were encountered:
Dry::Types::Params::*
definitions are not included inValkyrie::Types
. I am not sure if this is intentional because all the other built-in dry-type classes listed here (besides Maybe types) are included. I think the definition ofValkyrie::Types::Params::ID
might be overriding all the otherParams
definitions. I can get around it for now by usingDry::Types['params.nil']
so its not a huge problem, but I thought I would document it here. If this isn't the desired behavior I can look into how to fix it.The text was updated successfully, but these errors were encountered: