question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

create-react-apps not loading in ios < 10

See original GitHub issue

Bug:

Sarai 9 and under do not support const in strict mode.

Create-react-app tries to use const in strict mode and so doesnt load in Safari 9 or under. I think create-react-app should load correctly in recent browsers without the need to eject and fix webpack configs.

Repro: create react app use const keyword in a file load in ios 8 or 9

error: VMundefined main.90cc2d7f.js:1 SyntaxError: Unexpected keyword 'const'. Const declarations are not supported in strict mode.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:13 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
yhszcommented, Sep 5, 2018

Same here! need help!

0reactions
stale[bot]commented, Jan 6, 2019

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.

Read more comments on GitHub >

github_iconTop Results From Across the Web

why dose create-react-app not working in ios < 10?
I used create-react-app to create my projectv but when I run npm run build , I use IOS<10 open in Safari, it can't...
Read more >
ReactJS web app renders blank page on iPhone
ReactJS web app renders blank page on iPhone ... Hi, I used npm create-react-app to make a web app with firebase backend accessing...
Read more >
Npx create-react-app not working? - YouTube
webonsky #react #reactapp #javascriptNpx create - react - app not working on windows? ... 286 views 10 months ago #javascript #react #webonsky.
Read more >
Create a New React App
The toolchains recommended on this page don't require configuration to get started. You Might Not Need a Toolchain. If you don't experience the...
Read more >
Create React App without Create React App - Bits and Pieces
This article talks about the process of creating react app without using any ... babel-loader — allows transpiling JavaScript files using babel and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found