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
I have no idea what AnchorElProp is. So I write AnchorElProp and get this:
Which is absolutely no help at all. So I actually have to go to the online documentation and look it up.
It would be much easier if the type abbreviation was removed, because then it would say U2<EventTarget, unit‑>EventTarget> instead of AnchorElProp right in the IDE, and I would be spared all this unnecessary looking up 😉
I see this goes for some other props as well.
The text was updated successfully, but these errors were encountered:
I find this signature confusing:
I have no idea what
AnchorElProp
is. So I writeAnchorElProp
and get this:Which is absolutely no help at all. So I actually have to go to the online documentation and look it up.
It would be much easier if the type abbreviation was removed, because then it would say
U2<EventTarget, unit‑>EventTarget>
instead ofAnchorElProp
right in the IDE, and I would be spared all this unnecessary looking up 😉I see this goes for some other props as well.
The text was updated successfully, but these errors were encountered: