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
this.$props
3.5.11
https://play.vuejs.org/#eNp9UdFKw0AQ/JXlEGyhtog+1VhQqaAPKtbHfSnpJr2a7B13l1oI+Xf3rjQtohI4bmd2jplMq+6sHW8bUlOV+dxpG2bIurbGBWhhRYVmejAyM3GADgpnajgXwfkNMvKPhUGLDGCdsX4K6Q5QGDOFRXCay6iIX4Tj2Y3i6UiecYPhQRDW2o/P0iN7wFFoHAOqR2NQJSFyN0TOJr1lGQLVtloGkgkgW1/O2hZqX0LXZROZEqrZNgG2F7VZUXWLSnhUMBEym5zo1UgFnxsudDneeMPyd5I5VLlE1RW5Vxu0YY+qz4lqWVXm6zlhwTWUwiXNmvLPX/CN30UM1ZsjT25LqHouLF1JYU/PFy+0k3tPivumku1/yHfypmqix/3afcMrsX2yl9w+paalmg8/3wVifwgVjR4rQiWNx5b/in60ezW+PjSkum+EiMiJ
No & string
& string
$props's type is intersected with string
$props
string
No response
The text was updated successfully, but these errors were encountered:
This can cause { ...this.$props } throws a type error.
{ ...this.$props }
Sorry, something went wrong.
fix(types): ensure this.$props type does not include string (#12123)
704173e
close #12122
Successfully merging a pull request may close this issue.
Vue version
3.5.11
Link to minimal reproduction
https://play.vuejs.org/#eNp9UdFKw0AQ/JXlEGyhtog+1VhQqaAPKtbHfSnpJr2a7B13l1oI+Xf3rjQtohI4bmd2jplMq+6sHW8bUlOV+dxpG2bIurbGBWhhRYVmejAyM3GADgpnajgXwfkNMvKPhUGLDGCdsX4K6Q5QGDOFRXCay6iIX4Tj2Y3i6UiecYPhQRDW2o/P0iN7wFFoHAOqR2NQJSFyN0TOJr1lGQLVtloGkgkgW1/O2hZqX0LXZROZEqrZNgG2F7VZUXWLSnhUMBEym5zo1UgFnxsudDneeMPyd5I5VLlE1RW5Vxu0YY+qz4lqWVXm6zlhwTWUwiXNmvLPX/CN30UM1ZsjT25LqHouLF1JYU/PFy+0k3tPivumku1/yHfypmqix/3afcMrsX2yl9w+paalmg8/3wVifwgVjR4rQiWNx5b/in60ezW+PjSkum+EiMiJ
Steps to reproduce
What is expected?
No
& string
What is actually happening?
$props
's type is intersected withstring
System Info
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: