EzioAuditore.SH
EzioAuditore.SH
if so then maybe it should show a better error message that is less confusing. perhaps something that tells the user to avoid using variables with these names at runes...
You have a point there. One other thing I noticed is that unless you can detect if the typescript suggestion is being shown for the component itself and not a...
@7nik I don't think this is expected behavior at all. It didn't used to be like this before and it breaks your code. You are effectively losing your ref and...
@7nik This is the previous issue (#13187) that I said was really similar to this. It seems in that issue the problem was fixed but only for bindable props that...
@paoloricciuti Not anymore, because you are actively setting ref to a new value. Note that the ref was changed inside the component on mount. After hovering over the button you...
Since it's been a while from when this issue was created and it is still open, I thought maybe I should provide another example to try and show why I...