我正在尝试使用redux-from
从字段数组中删除字段<button
type="button"
class="btn btn-danger"
onClick={() => fields.remove(index)}
>Remove
</button>
它已成功从归档数组状态(action @@redux-form/ARRAY_REMOVE
)中删除了文件,但我想将其从服务器中删除,因此如何将此动作分配给我的reducer
我尝试关注post,但对我没有帮助