IE 11 missing polyfill
See original GitHub issueI 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
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:7
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.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?