-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 console warning: [Vue warn]: Extraneous non-props attributes (mode) were passed to component but could not be automatically inherited because component renders fragment or text root nodes. at <TransitionGroup name="fade-in-height-expand-transition" mode=undefined appear=false ... > #4447
Comments
Same here, after upgraded Vue from 3.2.31 to 3.2.47 . |
…d but not be automatically inherited, closes tusen-ai#4447
+1 |
2 similar comments
+1 |
+1 |
+1. And when to fix? |
+1 |
5 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
@hanpandeng Since this PR is still open (not merged) you will have to wait for a merge then a release. After that, In the meantime, use |
thanks |
But I need to use the file list feature |
如果设置list-type="image-card" , 则这个警告就不会出现。。。 |
Any Updates on this issue yet? I am facing the same issue and I want to show file list |
…d but not be automatically inherited, closes tusen-ai#4447
TuSimple/naive-ui version (版本)
2.34.3
Vue version (Vue 版本)
3.2.47
Browser and its version (浏览器及其版本)
Vivaldi 5.6.2867.62
System and its version (系统及其版本)
Archlinux
Node version (Node 版本)
19.6.0
Reappearance link (重现链接)
https://www.naiveui.com/en-US/light/components/upload
Reappearance steps (重现步骤)
Use NUpload component this way:
Expected results (期望的结果)
No warning in browser console
Actual results (实际的结果)
Remarks (补充说明)
This is a minor issue which could be easily workaround from user side using
:show-file-list="false"
prop.The text was updated successfully, but these errors were encountered: