David Madner
David Madner
In my case `spacer: false` solved the issue.
Could you create a plunkr for demonstration?
Ok the problem is that `_this.previous` only returns real attributes and no localKeys which are defined via a relation. As we inject only values of real attributes, the local key...
Yes, the problem is that in https://github.com/js-data/js-data/blob/master/src/datastore/sync_methods/inject.js#L246 the attribute `approvedBy` will be deleted, as it is not part of the `previousAttributes` array of the instance.
Maybe I am wrong, but the hasMany relation `comment` in the `User` resource has the foreignKey `approvedBy`. So the variable `comment` in my test is ``{ id: 11, userId: 10,...
I had the same issue and as I wanted to leverage TurboSnap and the new storyStory format, removing `--only-changed` or `storyStoreV7` was not an option for me. I solved it...
@dlong500 I had the same problem and for now I am using https://github.com/amarofashion/react-credit-cards which is easy to integrate with Redux.
Thanks @tlode for providing the link to the transcation trait - I am going to use it. Since I am in the same situation like tlode, nesting of transcations would...
At least for iOS this https://github.com/oblador/react-native-vector-icons/issues/1035#issuecomment-508645612 worked for me.