reflux / reflux-core

A simple core library for uni-directional dataflow application architecture inspired by ReactJS Flux
BSD 3-Clause "New" or "Revised" License
48 stars 19 forks source link

CreateAction breaks in IE8 #33

Closed npoy closed 7 years ago

npoy commented 7 years ago

Hi, i'm trying to support ie8 and after use polyfills and fix all the problems, i did find that reflux-core is throwing this error:

image

I can see that reflux-core use getters and setters but isn't compatible with ie8. I readed all the ie8 issues but not any could help me.

Thanks.

BryanGrezeszak commented 7 years ago

Sorry, but Reflux does not support IE8.