小编Jus*_*ode的帖子

React 无法识别 DOM 元素上的 `initialValue` 属性

Warning: React does not recognize the `initialValue` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `initialvalue` instead. If you accidentally passed it from a parent component, remove it from the DOM element.
    in input (created by PostsNew)
    in div (created by PostsNew)
    in form (created by PostsNew)
    in PostsNew (created by ReduxForm(PostsNew))
    in ReduxForm(PostsNew) (created by Connect(ReduxForm(PostsNew)))
    in Connect(ReduxForm(PostsNew)) (created by ReduxFormConnector(PostsNew))
    in ReduxFormConnector(PostsNew) (created …
Run Code Online (Sandbox Code Playgroud)

javascript node.js reactjs redux-form

5
推荐指数
1
解决办法
9483
查看次数

标签 统计

javascript ×1

node.js ×1

reactjs ×1

redux-form ×1