Review IE11 Unsupported ES6 Syntax on Project
See original GitHub issue- What version of RJEA are you using (react-json-editor-ajrm version)? “react-json-editor-ajrm”: “^2.5.6”
- What operating system and processor architecture are you using Windows 10, Intel® Core™ i7-6700HQ CPU @ 2.60GHz
Hi,
I am using the editor and it works well on chrome but i have some problems on IE11 but i am not totally sure if is caused only by this library or some configuration of my project.
When i use the react-json-editor-ajrm and i try to use on IE11 the page is completely down, the console show me the a Syntax error
. The syntax error, set the error in this line.
This is after of register the module in webpack.
I saw in your project that all the library has polifylls to support IE11, it think this is not a polifyll problem because i tried to add all possible polifyll and try and i got the same error.
If i add the library directly in my project (all files manually) it works perfect on IE11.
My babel devDependencies:
**My babel dependencies: **
index.js
import '@babel/polyfill';
.babelrc
.browserlistrc
Any suggestion about this error, is it possible by my babel versions?
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (2 by maintainers)
Top GitHub Comments
Hi,
I tryed both and any of this worked for me. I think the problem is the babel dependencies in my project but i am not totaly sure, i have to try to update all my dependencies, if It does’t work, i will try to start a project from 0 to can detect the problem.
Hi @AndrewRedican, Is this issue still being worked on?