React hooks for Field Array ... you can change the key name }); return ( {fields.map((field, index) => ( <input key={field.id} // important to include key ...
確定! 回上一頁