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
And, for that matter, should the above-listed functions not make use of these ClassName and AttrName types? (The situation today is understandable, of course, in that web-dom can't/shouldn't depend on web-html.)
The text was updated successfully, but these errors were encountered:
Yeah, moving those here makes sense to me. It could be that they were created on the other repo because Miles was unaware/forgot about the existence of this one 😄
purescript-web/purescript-web-html#30 migrated the
ClassName
,AttrName
, andPropName
types from Halogen to web-html.Considering several relevant functions in
Web.DOM.Element
(className
,setClassName
,getAttribute
,setAttribute
,hasAttribute
, andremoveAttribute
), I wonder why web-html was determined to be the right place for these types rather than web-dom?And, for that matter, should the above-listed functions not make use of these
ClassName
andAttrName
types? (The situation today is understandable, of course, in that web-dom can't/shouldn't depend on web-html.)The text was updated successfully, but these errors were encountered: