javivelasco / react-css-themr

Easy theming and composition for CSS Modules.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working with IE10

DmitryFillo opened this issue · comments

this.props at Themed component is undefined at IE10. It's because of babel configuration, more info at babel website. So if .babelrc will contain ["es2015", { "loose": true }] instead of "es2015" then all will works fine.

Any thoughts?