You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried dev/demo
import'../node_modules/react-app-polyfill/ie9.js'; // For IE 9-11 support
import'../node_modules/react-app-polyfill/ie11.js'; // For IE 11 support
import'../node_modules/react-app-polyfill/stable.js';
As above, polyfill was installed and imported.
I added ie to browserlist also in package.json file
But it comes out like the picture below. What should I do?
Please tell me
The text was updated successfully, but these errors were encountered:
I tried dev/demo
import'../node_modules/react-app-polyfill/ie9.js'; // For IE 9-11 support
import'../node_modules/react-app-polyfill/ie11.js'; // For IE 11 support
import'../node_modules/react-app-polyfill/stable.js';
As above, polyfill was installed and imported.
I added ie to browserlist also in package.json file
But it comes out like the picture below. What should I do?
Please tell me
The text was updated successfully, but these errors were encountered: