【发布时间】:2025-12-23 00:30:10
【问题描述】:
我在 react 应用程序中使用 redux 表单。我在渲染表单时在控制台中遇到此警告
warning: Unknown props `initialValue`, `autofill`, `onUpdate`, `valid`, `invalid`, `dirty`, `pristine`, `active`, `touched`, `visited`, `autofilled` on <input> tag. Remove these props from the element.
如何以 redux 形式解决此警告
【问题讨论】:
标签: reactjs redux redux-form