Mutation You are mutating the existing state when you do let newArr = [...rowDataTracker]; // .. newArr[itemIndex]["payload"][columnId] ...
確定! 回上一頁