Skip to content

SCRIPT1002:Syntax error 0.chunk.js(51798,30 ) #8546

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

Closed
whitepotato opened this issue Feb 23, 2020 · 4 comments
Closed

SCRIPT1002:Syntax error 0.chunk.js(51798,30 ) #8546

whitepotato opened this issue Feb 23, 2020 · 4 comments

Comments

@whitepotato
Copy link

whitepotato commented Feb 23, 2020

ス

Describe the bug

The screen got white and it can't be seen anything.

Did you try recovering your dependencies?

yes.
I've tried these .
https://stackoverflow.com/questions/55945683/react-select-ie-11-typeerror-object-doesnt-support-property-or-method-assig

https://stackoverflow.com/questions/59904177/react-white-screen-displaying-on-the-side-with-internet-explorer

(Write your answer here.)

Which terms did you search for in User Guide?

(Write your answer here if relevant.)

Environment

Whenever it is on IE , pages always are white blank.

(paste the output of the command here.)

Steps to reproduce

(Write your steps here:)

Expected behavior

(Write what you thought would happen.)

Actual behavior

(Write what happened. Please add screenshots!)

Reproducible demo

(Paste the link to an example project and exact instructions to reproduce the issue.)

@petetnt
Copy link
Contributor

petetnt commented Feb 23, 2020

Hi @whitepotato,

Seems you are using IE11. Have you added react-app-polyfill accordingly to the docs available here?

You should first install the package

yarn add react-app-polyfill

and add the following lines to the index.js file under src

import 'react-app-polyfill/ie11';
import 'react-app-polyfill/stable';

@alfechner
Copy link

I see the same problem: CodeSandbox.

I included

import "react-app-polyfill/ie11";
import "react-app-polyfill/stable";

and set the browser list to

  "browserslist": [">0.2%", "not dead", "not op_mini all"]

@stale
Copy link

stale bot commented Apr 11, 2020

This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs.

@stale stale bot added the stale label Apr 11, 2020
@stale
Copy link

stale bot commented Apr 17, 2020

This issue has been automatically closed because it has not had any recent activity. If you have a question or comment, please open a new issue.

@stale stale bot closed this as completed Apr 17, 2020
@lock lock bot locked and limited conversation to collaborators Apr 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants