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
Expected behavior:
Code compiles, I expect object to be of "object type". Actual behavior:
TypeScript Error error TS2407: The right-hand side of a 'for...in' statement must be of type 'any', an object type or a type parameter.
TypeScript Version: 2.2.1
Code
Expected behavior:
Code compiles, I expect
objectto be of "object type".Actual behavior:
TypeScript Error
error TS2407: The right-hand side of a 'for...in' statement must be of type 'any', an object type or a type parameter.