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
I am trying to access a field inside a object but it is giving me an error.
my object is like,
{
name: "john doe",
avatar: {
original: 'default.png',
thumb: 'thumb-default.png'
}
}
here i can access name but using this.data.currentUser.value().name but can't access avatar.thumb
The text was updated successfully, but these errors were encountered:
I am trying to access a field inside a object but it is giving me an error.
my object is like,
{
name: "john doe",
avatar: {
original: 'default.png',
thumb: 'thumb-default.png'
}
}
here i can access name but using this.data.currentUser.value().name but can't access avatar.thumb
The text was updated successfully, but these errors were encountered: