Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

app doesn't work in IE 11 #1050

Open
chl8725 opened this issue Jun 15, 2020 · 3 comments
Open

app doesn't work in IE 11 #1050

chl8725 opened this issue Jun 15, 2020 · 3 comments

Comments

@chl8725
Copy link

chl8725 commented Jun 15, 2020

I tried dev/demo
import'../node_modules/react-app-polyfill/ie9.js'; // For IE 9-11 support
import'../node_modules/react-app-polyfill/ie11.js'; // For IE 11 support
import'../node_modules/react-app-polyfill/stable.js';
As above, polyfill was installed and imported.
I added ie to browserlist also in package.json file
But it comes out like the picture below. What should I do?
errr
Please tell me

@dmt0
Copy link
Contributor

dmt0 commented Jun 15, 2020

@chl8725
Copy link
Author

chl8725 commented Jun 16, 2020

IE9 is not supported, for IE11 you need to import CSS:
https://github.com/plotly/react-chart-editor/blob/master/README.md#styling-the-defaulteditor--and-the-built-in-components
What you said is " import'react-chart-editor/lib/react-chart-editor.ie.min.css' "?
What file should I put in this sentence?
I put it in the index.html file but it didn't work

@chl8725
Copy link
Author

chl8725 commented Jun 19, 2020

I don't know where this file is react-chart-editor.ie.min.css. Where are you? Please let me know

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants