noUncheckedIndexedAccess behaves differently b/w type-level and value-level access #62534
Closed as not planned
noUncheckedIndexedAccess behaves differently b/w type-level and value-level access #62534
Acknowledgement
Comment
The output of accessing a property from an index signature is different between type-level access and value-level access.
Playground
I expect it to have the extra
undefinedfor the type-level access as well. Is this intentional?