Hi,
I am using an external library for making a PCF the control is working great in all browser expect IE. In IE it is showing message Error loading Control ,
I tried making same project in a React application then it working in IE also
I tried following polyfills to make it work with no success
import "react-app-polyfill/ie9";
import "react-app-polyfill/ie11";
import "react-app-polyfill/stable";
import "core-js";
import "es6-polyfill";
import "@babel/polyfill";
In PCF Control it is giving following error