Unhandled promise rejection Error: Access is denied and Object doesn't support property or method 'repeat' Errors on IE 11.
See original GitHub issueDescribe the bug
Unhandled promise rejection Error: Access is denied and Object doesn’t support property or method ‘repeat’ Errors on IE 11.
I have the recommended polyfills installed:
import 'react-app-polyfill/ie11';
import 'react-app-polyfill/stable';
import 'core-js/features/string/repeat';
Did you try recovering your dependencies?
Yes
Environment
Environment Info:
current version of create-react-app: 4.0.1 running from C:\Users\Stefan\AppData\Roaming\npm-cache_npx\13324\node_modules\create-react-app
System: OS: Windows 10 10.0.18363 CPU: (16) x64 AMD Ryzen 7 PRO 4700G with Radeon Graphics Binaries: Node: 10.13.0 - C:\Program Files\nodejs\node.EXE Yarn: 1.22.5 - ~\AppData\Roaming\npm\yarn.CMD npm: 6.4.1 - C:\Program Files\nodejs\npm.CMD Browsers: Chrome: 87.0.4280.66 Edge: Spartan (44.18362.449.0) Internet Explorer: 11.0.18362.1 npmPackages: react: ^16.13.1 => 16.14.0 react-dom: ^16.13.1 => 16.14.0 react-scripts: 3.4.3 => 3.4.3 npmGlobalPackages: create-react-app: Not Found
Reproducible demo
This is a runnable example: https://github.com/simonssspirit/ei11-react-polyfill-issues
Steps - click the Export PDF button.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:4
- Comments:6 (1 by maintainers)
Top GitHub Comments
Also running into this issue. @simonssspirit have you figured out any workarounds?
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs.