Skip to content
This repository was archived by the owner on Oct 26, 2018. It is now read-only.

Fix compatibility issue with IE8 (ES3) due to usage of unquoted reserved keys. #344

Merged
merged 2 commits into from
Apr 1, 2016
Merged

Conversation

ctumolosus
Copy link
Contributor

Issue was fixed in Babel v6.7.4
https://github.com/babel/babel/releases/tag/v6.7.4

Closes #332

Fixes issues with legacy browsers (IE8) due to usage of unquoted reserved keywords.

The following packages were installed:

- babel-plugin-transform-es3-member-expression-literals
- babel-plugin-transform-es3-property-literals
@timdorr
Copy link
Member

timdorr commented Apr 1, 2016

Thanks! I'll push this out shortly.

@timdorr timdorr merged commit 994447e into reactjs:master Apr 1, 2016
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Not compatible with IE8 (ES3)
2 participants