-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
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
Upload组件的问题 #61
Comments
+1 遇到一样的报错,希望尽快修复,谢谢 |
这么快修复了,点赞! |
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Version
0.6.5
Environment
WIN7 X64 Chrome 67
Reproduction link
example
Steps to reproduce
这个是官网给的例子,手动上传的,首先,选择一个文件,控制台会报两个错误
Invalid prop: custom validator check failed for prop "fileList".
Invalid prop: custom validator check failed for prop "items".
如果删除这个文件的话,没法删除,控制台会报
Error in event handler for "remove": "TypeError: Cannot read property 'fileList' of undefined"
What is expected?
请尽快修复这个问题
What is actually happening?
官网给的例子,只要设置了beforeUpload这个属性,选择文件都会报
Invalid prop: custom validator check failed for prop "items".
至于那个fileList的问题,是最后一个官网例子出错的
The text was updated successfully, but these errors were encountered: