Created
September 6, 2019 02:19
-
-
Save miguelmota/62598b320ee448ffb2d22e4a230f72b1 to your computer and use it in GitHub Desktop.
TypeScript fix error "element implicitly has an 'any' type because expression of type 'any' can't be used to index type"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const someObject : { [key: string]: any } = {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this saved me a lot of stress. thanks