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
2.6.10
https://jsfiddle.net/zs5dan7x/
the console should show the validation error message
the prop validator tries to build an validation error message, it fails with :
TypeError: Cannot convert a Symbol value to a string
The text was updated successfully, but these errors were encountered:
fix(props): correctly warn when a provided prop is Symbol
b52883c
Fixes #10519
Marked as a bug because it crashes the application
Sorry, something went wrong.
Symbol('bad').toString()
fix(props): correctly warn when a provided prop is Symbol (#10529)
abb5ef3
* fix(props): correctly warn when a provided prop is Symbol Fixes #10519 * style: space before parens
Successfully merging a pull request may close this issue.
Version
2.6.10
Reproduction link
https://jsfiddle.net/zs5dan7x/
Steps to reproduce
What is expected?
the console should show the validation error message
What is actually happening?
the prop validator tries to build an validation error message, it fails with :
The text was updated successfully, but these errors were encountered: