We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
source 和 target 更新的时候,我使用的是状态存储的,偶尔会出现这样的错误 具体代码是这里 if (newFields && newField.disable !== oldField.disable)
if (newFields && newField.disable !== oldField.disable)
The text was updated successfully, but these errors were encountered:
这个是oldField为undefined才会抛这个错误么?
Sorry, something went wrong.
不是很确定,目前我是销毁组件的方式来避开这个错误的
能提供一个最小复现demo么?
No branches or pull requests
source 和 target 更新的时候,我使用的是状态存储的,偶尔会出现这样的错误

具体代码是这里
if (newFields && newField.disable !== oldField.disable)
The text was updated successfully, but these errors were encountered: