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.

GitHub demo is missing IE11 Polyfills

See original GitHub issue

I’m submitting a bug report

  • Browser: IE 11

Current behavior: Example 3, 4 and 5 are not showing up and are missing some Polyfills. If we take Example 5, we can see this error thrown in the console

Object doesn't support property or method 'includes'

Expected/desired behavior:

  • What is the expected behavior? No console errors

  • What is the motivation / use case for changing the behavior? Support IE 11

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
jmzagorskicommented, Jun 6, 2018

I think all you need to do is add import 'babel-polyfill' near the top of maint.ts

0reactions
ghiscodingcommented, Jun 7, 2018

closed by PR #78

Read more comments on GitHub >

github_iconTop Results From Across the Web

IE11 support is broken #437 - shipshapecode/shepherd - GitHub
@AmineMissaoui again, we don't support IE11, you should use babel, then include babel polyfills and/or whatever polyfills you are missing ...
Read more >
Polyfills fails in WebWorker environment due to missing ...
Using the ie9 polyfill throws an error when using it inside a WebWorker since the windows object does not exist. Usually, the polyfills...
Read more >
[BUG] Left navigation is missing in Internet Explorer 11 #673
[BUG] Left navigation is missing in Internet Explorer 11 #673 ... the demo app https://compodoc.github.io/compodoc-demo-todomvc-angular/ in ...
Read more >
IE 11: Missing Polyfill? · Issue #864 - GitHub
Environment Elixir version (elixir -v): 1.10.2 Phoenix version (mix deps): 1.5.1 Phoenix LiveView version (mix deps): 0.12.1 NodeJS version ...
Read more >
SCRIPT1002: Syntax error - IE11 - Polyfill - Development Mode
To ensure that it was not my own code that broke IE11 support, I spun up a brand-new copy of create-react-app to test...
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