Closed acapawn7 closed 5 years ago
Internet Explorer (IE) browser is not able to render the whole pages and display as blank. However, it is working fine on Microsoft Edge browser.
On local:
On server:
Tried to add the following polyfill code to display the Login page but cannot logging in at all.
Login
npm install --save @babel/polyfill
import "babel-polyfill";
Kindly test once deployed to Live Server.
Issue is no longer appear as it's already fixed.
Internet Explorer (IE) browser is not able to render the whole pages and display as blank. However, it is working fine on Microsoft Edge browser.
On local:
On server:
Tried to add the following polyfill code to display the
Login
page but cannot logging in at all.npm install --save @babel/polyfill
import "babel-polyfill";
to index.jsLogin
page should be displayed now (with an exception that the button is not working).