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
When trying to create a client-side services that accepts a list-type parameter, I keep getting 'Cannot parse params for client-side service' error messages.
Looking at the code in src/lib/eliom_parameter.client.ml, it does look like the list parameter is not matched in reconstruct_params_form. Is this intentional?
The text was updated successfully, but these errors were encountered:
When trying to create a client-side services that accepts a list-type parameter, I keep getting 'Cannot parse params for client-side service' error messages.
Looking at the code in
src/lib/eliom_parameter.client.ml
, it does look like the list parameter is not matched inreconstruct_params_form
. Is this intentional?The text was updated successfully, but these errors were encountered: