Closed
Description
In #50831, we fixed a bug around ensuring that optional tuple elements always contain a missing/undefined type, even when a mapped type tries to remove them.
However, this had some impact on 2 calls to reduxjs/reselect. Occasionally undefined
can spoil inference results, but it's not clear where that might be taking place in the library.