jamesplease / redux-resource

3kb resource management for Redux
https://redux-resource.js.org
MIT License
237 stars 28 forks source link

Strict mode does not allow function declarations in a lexically nested statement #410

Closed karpov-dn closed 6 years ago

karpov-dn commented 6 years ago

Strict mode does not allow function declarations in a lexically nested statement. Got this error on react-native, typescript and android.

2018-06-27 18 14 41

jamesplease commented 6 years ago

Thanks for the PR, @karpov-dn !

jamesplease commented 6 years ago

This was released as v3.0.3. Let me know how that works for you, @karpov-dn !

karpov-dn commented 6 years ago

@jamesplease Thanks! Everything works now.

jamesplease commented 6 years ago

Great, I'm glad. Thanks again for the PR!