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:
Just like I can do thingMap[Things.ONE] = 'blah' without any errors, this should not throw an error. Actual behavior:
src/test.ts(14,2): error TS7017: Element implicitly has an 'any' type because type 'ThingMap' has no index signature.
The text was updated successfully, but these errors were encountered:
TypeScript Version: 2.4.1 /
Code
Expected behavior:
Just like I can do
thingMap[Things.ONE] = 'blah'
without any errors, this should not throw an error.Actual behavior:
src/test.ts(14,2): error TS7017: Element implicitly has an 'any' type because type 'ThingMap' has no index signature.
The text was updated successfully, but these errors were encountered: