-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
Needs: Attention 👋Original poster responded to request for feedback, awaiting attention from Microsoft / community.Original poster responded to request for feedback, awaiting attention from Microsoft / community.Needs: Reproduce StepsUnable to reproduce issue... repros make it easier to identify if there is an issue to fix.Unable to reproduce issue... repros make it easier to identify if there is an issue to fix.area:spfxCategory: SharePoint Framework (not extensions related)Category: SharePoint Framework (not extensions related)status:unclearSubmitted issue isn’t clear... needs more detail, clarification, context, etcSubmitted issue isn’t clear... needs more detail, clarification, context, etc
Description
IE11 browser changing to blank screen after 1/2 sec of page loaded completely. It is working in IE11/Chrome workbench properly.
Error
There is no issue in Chrome browser and working properly.
System Versions:
React calendar version in package.json: "react-big-calendar": "^0.22.0",
spfx version: 1.9.1
Added polyfills:
import "core-js/es6/object";
import "core-js/es7/object";
import "core-js/es6/number";
import "core-js/es6/array";
import "core-js/es6/symbol";
import "core-js/es7/symbol";
import "@pnp/polyfill-ie11";
Imported babel-polyfill also but no luck.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Needs: Attention 👋Original poster responded to request for feedback, awaiting attention from Microsoft / community.Original poster responded to request for feedback, awaiting attention from Microsoft / community.Needs: Reproduce StepsUnable to reproduce issue... repros make it easier to identify if there is an issue to fix.Unable to reproduce issue... repros make it easier to identify if there is an issue to fix.area:spfxCategory: SharePoint Framework (not extensions related)Category: SharePoint Framework (not extensions related)status:unclearSubmitted issue isn’t clear... needs more detail, clarification, context, etcSubmitted issue isn’t clear... needs more detail, clarification, context, etc