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
Yeah, unfortunately maybe the answer is just to give up on inferred DOM types for events and require the user to do manual casting. I'll try to think if there is some workaround but there doesn't seem to be one based on my (limited) knowledge of Scala 3's type member support.
This issue is for doing something about
T#tagType
which is not supported in Scala 3, as mentioned in #494.Changing that to something like:
could be an option but then there is the question of what to do about:
It would probably require an explicit type to be given for the handler which would suck but maybe this could work:
This then begs the question, should
AttrPair
(andTagMod
) keep theA
phantom type? I'm not so sure.Perhaps there is a better way to represent which attributes a tag supports.
The text was updated successfully, but these errors were encountered: