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
But that gives me an unbound type parameter error, as expected.
My current workaround makes me spread only a subset of the props that contain no type parameters, while I add the remaining props manually to the Autocomplete props.
I am not sure if I there is a need to support different numbers and names of type parameters. It would be cool if the simplest form could be added to v11 still.
https://forum.rescript-lang.org/t/ann-enhanced-ergonomics-for-record-types/4480/8?u=cristianoc
Example:
There are few choices possible here. The simplest, most restrictive one is:
y
has the same number and names of type parameters asx
, then there's nothing else to check.The text was updated successfully, but these errors were encountered: