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
This function should have type
(
~estimatedRetailPrice: Money.t=?,
~mileage: Vehicle.Mileage.t,
) => (~onSuccess: unit => unit, ~onFailure: string => unit) => unit
but its first argument is labelled ~estimatedRetailPrice
But what it actually wants is for me to add =? after ~estimatedRetailPrice as _.
The text was updated successfully, but these errors were encountered:
Let me know if you're interested in taking a stab at it, we could throw some ideas around on how to make it better and where the actual code is located?
The error says:
But what it actually wants is for me to add
=?
after~estimatedRetailPrice as _
.The text was updated successfully, but these errors were encountered: