Transpiler compiles down to Array.from which is not available in all browsers
treshugart opened this issue · 0 comments
treshugart commented
At https://github.com/skatejs/named-slots/blob/master/src/index.js#L396 the array spread operator is used. This transpiles to Array.from()
which isn't available in all browsers. This should be changed so it doesn't need a polyfill.