Closed yuretz closed 2 years ago
With this micro-change the return type for a code like MyButton.for(whatever) should be correctly inferred to be MyButton instead of the more general Component .
MyButton.for(whatever)
MyButton
Component
up and running, thanks 👍
With this micro-change the return type for a code like
MyButton.for(whatever)
should be correctly inferred to beMyButton
instead of the more generalComponent
.