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
The compiler raises the follow error: Type must have a '[Symbol.iterator]()' method that returns an iterator.
The text was updated successfully, but these errors were encountered:
emilgpa
changed the title
It's not possible to make a iteration over a map with strictNullChecks with target to ES6
It's not possible to make a iteration over a map with strictNullChecks and target to ES6
May 1, 2016
TypeScript Version:
nightly (1.9.0-dev.20160430)
Code
Expected behavior:
Possibility to do a iteration over map.
Actual behavior:
The compiler raises the follow error:
Type must have a '[Symbol.iterator]()' method that returns an iterator.
The text was updated successfully, but these errors were encountered: