-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
runtime-core.esm-bundler.js:2939 Uncaught (in promise) TypeError: track(...) is not a function #8357
Labels
🔥 p5-urgent
Priority 5: this fixes build-breaking bugs that affect most users and should be released ASAP.
regression
Comments
Yes, out of the blue I have the same error |
Yep same for me. Related #8353 |
Got the same error, seems like an error in dist bundle |
haoqunjiang
added
the
🔥 p5-urgent
Priority 5: this fixes build-breaking bugs that affect most users and should be released ASAP.
label
May 18, 2023
Duplicate of #8353 |
我已经降级到3.2.47了,pinia也要降级 |
Closing as duplicate of #8353 |
坎坎坷坷 |
明天要去财务处领钱了 |
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
Vue version
3.3.3
Link to minimal reproduction
track(instance, "get", key)(process.env.NODE_ENV !== "production") && markAttrsAccessed();
Steps to reproduce
track(instance, "get", key)(process.env.NODE_ENV !== "production") && markAttrsAccessed();
What is expected?
track(instance, "get", key)(process.env.NODE_ENV !== "production") && markAttrsAccessed();
What is actually happening?
track(instance, "get", key)(process.env.NODE_ENV !== "production") && markAttrsAccessed();
System Info
Any additional comments?
track(instance, "get", key)(process.env.NODE_ENV !== "production") && markAttrsAccessed();
The text was updated successfully, but these errors were encountered: