html-extra
html-extra copied to clipboard
`autocomplete` function name conflict with elm/html
Modules Html.Attributes and Html.Attributes.Extra cannot be aliased to the same name if you use autocomplete function in one of them: https://ellie-app.com/d5QKRfq8mSSa1
I think *-extra packages should take care to have unique names compared to their non-extra counterparts.