inferno: Fails on IE9/10 -- 'Map' is undefined
Comes from src/core/createTemplate.js:32
const dynamicNodeMap = new Map();
This issue is mostly just to document that a Map polyfill is currently necessary. One solution is to specify this in the README/documentation, another is to avoid using Map.
About this issue
- Original URL
- State: closed
- Created 9 years ago
- Comments: 22 (12 by maintainers)
I injected https://cdnjs.cloudflare.com/ajax/libs/core-js/2.4.1/shim.min.js before inferno, and it worked for IE9