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

Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'api') #425

Closed
Lazy-Hand opened this issue Jun 6, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@Lazy-Hand
Copy link

const appLoading = createApp(AppLoading) appLoading.mount('#appLoading') const app = createApp(App) appLoading.unmount() app.mount('#app')
index.js?v=fc2c00c9:4404 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'api')
at Object.set (index.js?v=fc2c00c9:4404:36)
at setActiveAppRecord (index.js?v=fc2c00c9:3089:29)
at async index.js?v=fc2c00c9:4506:7

@webfansplz
Copy link
Member

Duplicated #356, We've fixed it in v7.3.0. Let's wait for the release. (You can also try v7.3.0-beta.1 now)

@webfansplz webfansplz added the bug Something isn't working label Jun 6, 2024
@webfansplz
Copy link
Member

Fixed in v7.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants