nikitaeverywhere / react-xmasonry

Simple, minimalistic and featured native masonry layout for React JS.
https://zitros.github.io/react-xmasonry
MIT License
91 stars 12 forks source link

Pollyfilling IE Array.from #9

Closed ghost closed 6 years ago

ghost commented 6 years ago

Hey @ZitRos, I think this should be enough for fixing #8

What do you think? I didn't test it though.

Thanks!

nikitaeverywhere commented 6 years ago

Hi!

This way you've made the dist/index.js file of size 100kb...

I managed just to replace Array.from in the sources to its analog. One moment I'll publish the fixed package.