goatslacker / alt

Isomorphic flux implementation
http://alt.js.org/
3.45k stars 322 forks source link

Attempted to assign to readonly property #647

Closed baptistejamin closed 8 years ago

baptistejamin commented 8 years ago

Creating actions/Store like:

alt.createActions(MyActions, 'MyActions')

causes a "Attempted to assign to readonly property" on React Native / iOS Safari.

Exception seems to be raised by https://github.com/goatslacker/alt/blob/master/src/index.js#L151

baptistejamin commented 8 years ago

Seems to be related to https://bugs.webkit.org/show_bug.cgi?id=138038