Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ie11): removes "Array.from()" and "new Set()"
The TypeScript transpilation process polyfills many things, like the spread operator (...array), or for...of, but it does not for Array.from and new Set(). This was breaking behavior in IE11.
- Loading branch information