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.

IE 11 missing polyfill

See original GitHub issue

I recently updated to a newer version and now IE 11 is broken. Even the demo page on your website is not loading - looks like it’s missing a polyfill of Object.assign

image

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:7

github_iconTop GitHub Comments

2reactions
bmueller-sykescommented, Apr 26, 2018

Actually, to add a little more to the story. Because my project contains babel-polyfill, RBC works in IE11 for me. So it would appear (perhaps obviously) that as long as you have the necessary polyfills somewhere in your project, it’ll work. What’s weird is that their examples don’t have the polyfills.

2reactions
vinitkumarcommented, Dec 12, 2017

I have no errors in the console and the calendar doesn’t get rendered at all. Not sure what is going wrong. I am using the latest version of the plugin 0.17.0. Does anyone else have this issue too on IE 11?

Read more comments on GitHub >

github_iconTop Results From Across the Web

IE11 and the Missing Polyfills - DEV Community ‍ ‍
Polyfills exists to polyfill something missing. ... Once you configured - "modern + IE11" it will remove polyfills for IE9-10, ...
Read more >
IE 11: Missing Polyfill? · Issue #864 - GitHub
While trying to join a channel in IE11, I get: error TypeError: Object doesn't support property or method 'find' . Adding import "core-js/stable ......
Read more >
Angular 8 + IE 11: Some polyfills are missed - Stack Overflow
We use target=es5, and ng serve creates pollyfills-es5.js, that contains required array-includes polyfill, but there is the error in console: ...
Read more >
Support older Microsoft browsers and Office versions
For example, browser controls based on Internet Explorer 11 (IE11) ... There are a few exceptions detailed in the Missing Polyfills section ...
Read more >
Polyfills - PnP/PnPjs
This primarily affects Internet Explorer 11, which requires that we provide this missing functionality. There are several ways to include this missing ......
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