react-rethinkdb icon indicating copy to clipboard operation
react-rethinkdb copied to clipboard

unable to access nested component

Open krunaldodiya opened this issue 8 years ago • 0 comments
trafficstars

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

krunaldodiya avatar Dec 26 '16 09:12 krunaldodiya