Skip to content
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

Error in v3.3.3 #8353

Closed
flav-code opened this issue May 18, 2023 · 15 comments
Closed

Error in v3.3.3 #8353

flav-code opened this issue May 18, 2023 · 15 comments
Labels
🔥 p5-urgent Priority 5: this fixes build-breaking bugs that affect most users and should be released ASAP. regression

Comments

@flav-code
Copy link

flav-code commented May 18, 2023

Vue version

3.3.3

Steps to reproduce

Idk
image
image

What is actually happening?

An error appear in the console and my component fail

System Info

System:
    OS: Linux 5.10 Debian GNU/Linux 11 (bullseye) 11 (bullseye)
    CPU: (12) x64 Common KVM processor
    Memory: 15.89 GB / 31.36 GB
    Container: Yes
    Shell: 5.1.4 - /bin/bash
  Binaries:
    Node: 18.16.0 - /usr/bin/node
    npm: 9.5.1 - /usr/bin/npm
  npmPackages:
    vue: ^3.3.3 => 3.3.3
@BARNZ
Copy link

BARNZ commented May 18, 2023

I'm seeing this as well after upgrading my codebase to vue 3.3 - for me it seems to be caused by any components that do some sort of v-bind="$attrs"

Is this not something that is supported anymore?

image

image

Components are all using the comp api

@wjw-gavin
Copy link

+1

1 similar comment
@GA-MO
Copy link

GA-MO commented May 18, 2023

+1

@flav-code
Copy link
Author

I use composition api script setup

@ns265422
Copy link

+1

@flav-code flav-code changed the title Error Error in v3.3.3 May 18, 2023
@kk71
Copy link

kk71 commented May 18, 2023

+1

@jeff-fe jeff-fe mentioned this issue May 18, 2023
Closed
@jakubhruby
Copy link

jakubhruby commented May 18, 2023

I have this issue, too. I did some investigation and it's caused by wrong bundle node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js
In 3.2.38 (which was my previous version) it's bundled like this (lines end with semicolons)
image
In 3.3.3 the semicolon after track(...) is missing and lines are joined, which causes the expression is malformed
image

EDIT:
Last version ok was 3.2.47

@kirklin
Copy link

kirklin commented May 18, 2023

+1

@daehyun-thevc
Copy link

daehyun-thevc commented May 18, 2023

I also have this issue. in v3.3.3 caused by wrong bundle node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js

image

@aurelsserban
Copy link

+1

2 similar comments
@17359898647
Copy link

+1

@StrangeXin
Copy link

+1

@HENANWADE
Copy link

I have the same error, $attrs

@kirklin
Copy link

kirklin commented May 18, 2023

I managed to fix the problem, wait for me to pass pr

@kirklin
Copy link

kirklin commented May 18, 2023

#8358

@yyx990803 yyx990803 added 🔥 p5-urgent Priority 5: this fixes build-breaking bugs that affect most users and should be released ASAP. regression labels May 18, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Sep 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🔥 p5-urgent Priority 5: this fixes build-breaking bugs that affect most users and should be released ASAP. regression
Projects
None yet
Development

Successfully merging a pull request may close this issue.