Chris Sinco [G]
12/24/2021, 6:44 AMIframe
builder in 1.0.0? It seems that IntelliJ can't resolve the attributes within the attribute builder which is odd since you can see the inlay hints are registering and I see them in the definition source in the IDE...Chris Sinco [G]
12/24/2021, 7:18 AM[JB] Shagen
12/24/2021, 1:15 PMfun AttrsBuilder<HTMLImageElement>.alt(value: String): AttrsBuilder<HTMLImageElement> =
attr("alt", value)
but for some we don’t.
I think that’s a fair assumption that user still expect this behaviour so we’ll consider how to address this.
The cheapest thing would be to just add extension functions for everything but we’ll see whether we can do something better.Chris Sinco [G]
12/25/2021, 2:36 AMChris Sinco [G]
12/25/2021, 2:36 AM