Udi

Results 10 comments of Udi

Have you put any more thought into an immutable version of the store? I'd love use js-data along with react-native/redux, but it seems incompatible as is. In particular with Redux,...

I have the exact same issue and I'm having trouble finding a way to do it. I don't think that whitelist solution works. @Havvy (correct me if I'm wrong) wants...

+1 for this. Would be very handy. I hit the same invalid attribute error. @Qqwy A workaround that I've found is this: ``` - discount_class = Subscription.has_discount_period?(@changeset.model) && "disabled" .two.fields.discount_related{class:...

I just wrote about a possible workaround here: https://github.com/oney/react-native-gcm-android/issues/51#issuecomment-212933067

I didn't get this error, but I believe this is probably the same issue as the others are having. The way this lib is written, it's trying to instantiate the...

@samcarlosimpres Yes. The code fetches the message from the notification, the static string there is just a fallback. For me the value is coming through in the "gcm.notification.body" key of...

+1 This is driving me crazy since a recent upgrade. Any plans to fix this issue @filfreire? Thanks!