stampit-org / react-stamp

Composables for React.
370 stars 10 forks source link

IE8 support #24

Closed larrybotha closed 8 years ago

larrybotha commented 8 years ago

I know stampit v2 has dropped IE8 support.

Since this library is specifically for React, does it support IE8, as React does?

troutowicz commented 8 years ago

react-stamp uses Object.assign in a couple places. The IE browser does not support this method. react-stamp also depends on lodash, and I am not sure of the IE compatibility for that library.