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
3.2.2
macOS 12.0.1, Chrome 100.0.4896.60, Vue 3.2.31
open console panel to see the error log
customRender work as well with no error
customRender work as well but antdv think i need to use customCell
the problem is the type of fragment element is Symbol(Fragment), so the isValidElement thinks the fragment is not a valid element.
Symbol(Fragment)
ant-design-vue/components/_util/props-util/index.js
Lines 389 to 394 in 9aeadaf
The text was updated successfully, but these errors were encountered:
7789cb2
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sorry, something went wrong.
No branches or pull requests
Version
3.2.2
Environment
macOS 12.0.1, Chrome 100.0.4896.60, Vue 3.2.31
Reproduction link
Steps to reproduce
open console panel to see the error log
What is expected?
customRender work as well with no error
What is actually happening?
customRender work as well but antdv think i need to use customCell
the problem is the type of fragment element is
Symbol(Fragment)
, so the isValidElement thinks the fragment is not a valid element.ant-design-vue/components/_util/props-util/index.js
Lines 389 to 394 in 9aeadaf
The text was updated successfully, but these errors were encountered: