-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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 MS Edge (problem with spread operator) #9288
Labels
Comments
Workaround
After few experiments I found out that changing browserlist to
and running |
This was referenced Mar 30, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
New app does not work in Microsoft Edge (Microsoft Edge 44.18362.449.0). This looks similar to #8484 but for me production build does not work as well. Also, it is said to be fixed in 3.4.0 but I'm observing this error in 3.4.1
Environment
Steps to reproduce
npx create-react-app my-app
function App() {
tofunction App({...rest}) {
Expected behavior
Gray screen with React logo and
Edit src/App.js and save to reload.
line (the same as I see in Chromium)Actual behavior
White screen with error
SCRIPT1028: SCRIPT1028: Expected identifier, string or number
in console. Error points to line with spread operatorThe text was updated successfully, but these errors were encountered: