rammi44

Results 1 comments of rammi44

-------------------------------------------- updating state here: // this.state.todoItemArray.push({ 'Item': item, 'TodoItemstyle': todoItembgStyle }); this.state.todoItemArray = this.state.todoItemArray.concat({ 'Item': item, 'TodoItemstyle': todoItembgStyle }); Instead of push i am using concat its working....