Closed baptistejamin closed 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
Seems to be related to https://bugs.webkit.org/show_bug.cgi?id=138038
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