Giorgi Moniava

Results 24 comments of Giorgi Moniava

@nihgwu I don't know it is still a bit confusing, can you show me where does the documentation say I should _not_ have used _single_ ampersand in my case? Even...

@nihgwu Like I said the sentences that you quote are not very clear and don't show why I should not have used & in my case. For example check the...

Yeah also like I mentioned after giving some more thought, although this might be useful (because like components hooks maintain state too and I might want to reset it), not...

@AryaBuddha probably you aren't following steps carefully. I can reproduce it from the sandbox link just now. Here is gif for first scenario ![Animation](https://user-images.githubusercontent.com/77232558/177620769-747e46f0-e729-4931-97da-1d9a1f7ccbdd.gif) Here is for second scenario. ![Animation2](https://user-images.githubusercontent.com/77232558/177621229-1632f977-a3f5-4b57-9360-bcfcb9fd92bb.gif)...

Not sure what above bot wants me to do, I just submitted bug, no time for pull request, or to fix it myself. @MadCcc

@AryaBuddha maybe your operating system or browser is different (check in the original issue). I recreated this behavior on few different PCs.

@ghaiklor I'd modify the solution text based on Alexsey's comment, in order not to confuse readers.

@ghaiklor When you mention distributive conditional types: > E.g. if you write 2 extends 1 | 2, what TypeScript will do is actually replace it with two conditionals 2 extends...

@ghaiklor yes but I think there is another problem. The left hand side of `extends` in the final solution, which is `U`, is never a union in test cases, and...

@ghaiklor Some feedback. 1) Similarly to @ilmpc 's comment I don't see use of: ` I extends any ? ` If you also don't see its need, I would advise...