In the documents on the section of polyfills there is the following line: "In addition to ES6 syntax features, it also supports:"
Which makes me presume all ES6 features are supported (and then some). However, when using for-of it seems to fail in IE11 which has no support for for-of.
Below the failure.

Now for that example it's a trivial fix, but the sentence in the documentation makes me think it should be supported. Can't seem to add support without ejecting, which I prefer not to for this simple thing. But still.
I've updated to react-scripts 1.0.10, but that does not seem to make a difference.
In the documents on the section of polyfills there is the following line: "In addition to ES6 syntax features, it also supports:"
Which makes me presume all ES6 features are supported (and then some). However, when using for-of it seems to fail in IE11 which has no support for for-of.
Below the failure.
Now for that example it's a trivial fix, but the sentence in the documentation makes me think it should be supported. Can't seem to add support without ejecting, which I prefer not to for this simple thing. But still.
I've updated to react-scripts 1.0.10, but that does not seem to make a difference.