You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm actually getting the right data when console.log(card), becaus I get what I expect
{"_deleted": null, "_lastChangedAt": 1669560158553, "_version": 3, "address": "etidincididuntadipisicingno", etc...}
But if i try to console.log(card.address) I get 'Undefined is not an object'
I'm on React Native, using Expo, having a DynamoDB ( through AWS Amplify) and querying data from DataStore.
How could i get my card.address to log properly ?
The text was updated successfully, but these errors were encountered:
Hi,
I'm actually getting the right data when console.log(card), becaus I get what I expect
{"_deleted": null, "_lastChangedAt": 1669560158553, "_version": 3, "address": "etidincididuntadipisicingno", etc...}
But if i try to console.log(card.address) I get 'Undefined is not an object'
I'm on React Native, using Expo, having a DynamoDB ( through AWS Amplify) and querying data from DataStore.
How could i get my card.address to log properly ?
The text was updated successfully, but these errors were encountered: