You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This warns that the addition is unsafe but it shouldn't. It works correctly if it's not keyof T but keyof obj where obj is some object, i.e. generics are not involved.