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
{{ message }}
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.
Problem
The ResponseModifier currently only works with one instance of a model and thus cannot be used with components that return an array (Instance method 'respond(with:)' requires the types 'Array< Model>' and 'Model' be equivalent).
Solution
Conform Array to CorvusResponse where Array.Element conforms to CorvusResponse:
Problem
The ResponseModifier currently only works with one instance of a model and thus cannot be used with components that return an array (
Instance method 'respond(with:)' requires the types 'Array< Model>' and 'Model' be equivalent
).Solution
Conform Array to CorvusResponse where Array.Element conforms to CorvusResponse:
Usage
The text was updated successfully, but these errors were encountered: