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
Generic type parameters are not displayed correctly in the Info Panel but correctly in the over tooltip. The signature of the function defines the type as Binding<'model, 'a> and is rendered as Binding<'model'a>.
Describe the bug
Generic type parameters are not displayed correctly in the Info Panel but correctly in the over tooltip. The signature of the function defines the type as
Binding<'model, 'a>
and is rendered asBinding<'model'a>
.Link to sample reproduction
See elmish/Elmish.WPF#417 (comment)
Expected behaviour
I would expect the type to be displayed as defined (e.g.
Binding<'model, 'a>
).Screenshots
Machine info
The text was updated successfully, but these errors were encountered: