The issue is that you are using the mapped array index as part of the React key, i.e. key={"table-" + index} . When you remove a row from ...
確定! 回上一頁