标签: reactjs react-final-form final-form
我试图将bool属性添加到根据button1或button2的单击打开/关闭的表单中。
当我在本地设置上执行this codesandbox时,会出现react setState错误,但仅在第一次单击时出现。
Warning: Can't call setState on a component that is not yet mounted.
我想这是因为不期望调用input.onChange。完成自定义输入的最佳方法是什么?
答案 0 :(得分:-1)
从本地above sandbox下载的设置没有任何问题。
可能是,找到修复程序后,您已经更新了代码。如果您的问题已解决,请告诉人们解决方案或将其关闭