"Invalid left-hand binding in function parameter list." Occurs in versions after v3.3.5 #9493
Labels
🔨 p3-minor-bug
Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.
has workaround
A workaround has been found to avoid the problem
regression
scope: compiler
Vue version
3.3.7
Link to minimal reproduction
https://stackblitz.com/edit/vitejs-vite-w2khku?file=src%2FApp.vue
Steps to reproduce
What is expected?
The code reproduces correctly in v3.3.4, and I'm not entirely sure what might be causing the error to appear in versions after v3.3.5, including 3.4.0-alpha.1. If there's a particular reason for this behavior, I would greatly appreciate your insights."
What is actually happening?
Vite display the following error message:
System Info
System: OS: Linux 5.0 undefined CPU: (8) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz Memory: 0 Bytes / 0 Bytes Shell: 1.0 - /bin/jsh Binaries: Node: 18.18.0 - /usr/local/bin/node Yarn: 1.22.19 - /usr/local/bin/yarn npm: 9.4.2 - /usr/local/bin/npm pnpm: 8.9.2 - /usr/local/bin/pnpm npmPackages: vue: ^3.3.7 => 3.3.7
Any additional comments?
N/A
The text was updated successfully, but these errors were encountered: