-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Vue 3 app.unmount() causes several exceptions to be thrown after 2 seconds - Timed out getting app record for app [object Object] #1480
Comments
I can confirm I also get this error. Did lots of debugging, but can't figure it out. Glad it's not just me, and thus looks less likely to be my code. Browser: Chrome Version 91.0.4472.101 (Official Build) (x86_64) |
Is there a solution for this? I also encountered the same problem. |
I tried several things, including wondering if it was listeners that had not been removed before unmounting etc, but nothing changes. For now I'm just trying to ignore the errors, but theres so many that fly up, it really affects development. Would be nice if this issue could at least be acknowledged. @deot Can you add the actual exception error message into the title, so that more people can come across this thread if they are searching for it via search engines? I only found this by manually checking the vue devtools issue page, and some people might not even realise its related to the vue chrome extension. Suggestion for title:
|
chrome vue-devtools extension, disabled |
Fantasic! That was quick @Akryum thanks! Question though, looking at the PR, it seems mainly to remove errors on production builds with the try/catches, but doesn't seem to change much for non-production? Unless I missed something? I'll look forward to updating and trying anyway. |
Version
6.0.0-beta.14
Browser and OS info
Chrome 91 / Mac 11.2.1
Steps to reproduce
main.ts
What is expected?
no error.
What is actually happening?
Screenshot
The text was updated successfully, but these errors were encountered: