Shark900

Results 1 comments of Shark900

@srameshr I had a similar problem. My structure looks like the following: ```javascript this.state.data = [ { index: 'a' }, { index: 'b' } ]; ``` Now i also tryed...