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.

v3 is not es5-compatible

See original GitHub issue

Hi.

I tried upgrade our codebase to use 3.0.3. We are using es-check to make sure our compiled build is still es-5 compatible because we need to support IE11 and we do not transpile (we do compile them, but not transpile e.g.: change syntax) our node_modules.

Unfortunately this es-check tells us the latest version of react-select does not include es5-compatible code.

Any chance we can get this back working? Thanks 😃

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
stnwkcommented, Jul 11, 2019

I just tried again and was not able to reproduce this anymore 🤷🏻‍♂️ Sorry for bothering, I will close this issue and re-open it should I encounter it again.

Thanks for your help & input, really appreciated!

0reactions
TrySoundcommented, Jul 11, 2019

I mean IE supports some es6 features. https://kangax.github.io/compat-table/es6/#ie11 Which files exactly did you check? And does it really not work in IE or you fully rely on es-check?

Read more comments on GitHub >

github_iconTop Results From Across the Web

ECMAScript 5 | Can I use... Support tables for HTML5, CSS3, etc
Full support for the ECMAScript 5 specification. Features include Function.prototype.bind , Array methods like indexOf , forEach , map & filter , Object ......
Read more >
Vue CLI 3 does not convert vendors to ES5 - Stack Overflow
We have a vue-cli 3 project. It works pretty well and compiles without problem. The fact is we have to support old browser...
Read more >
ECMAScript 5 compatibility table
Compilers/polyfills Desktop brows... Feature name▻ Current browser 100% es5‑shim 31% Konq 4.13 61% §Object/array literal extensions▻ 5/5 0/5 3/5 §Getter accessorsc Yes ? Yes
Read more >
How to transpile ES modules with webpack and Node.js
In order to avoid compatibility issues, we need to transpile our code from ES2015 to ES5. This is where webpack comes in. Webpack...
Read more >
How to Use Webpack & Babel to Compile ES6+ into ES5
You may be using ES6 or ECMAScript 2015. Not all browsers support all of the newest features without a transform. So ECMAScript is...
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