gpt4 book ai didi

antd - 如何修复它无法使用 `setFieldsValue`

转载 作者:行者123 更新时间:2023-12-01 14:55:09 29 4
gpt4 key购买 nike

如何修复它

Warning: Cannot use setFieldsValue until you use getFieldDecorator or getFieldProps to register it.

最佳答案

我在 react 钩子(Hook)上遇到了同样的问题。以下解决方案对我有用。

props.form.getFieldDecorator('Amount', { initialValue: 'My Value' })

因为我觉得原因是 initialValue 在第一次渲染后不会改变,就像 defaultValue 一样。

关于antd - 如何修复它无法使用 `setFieldsValue`,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48329596/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com