We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3.0.4
https://github.com/proximax-foundry/xpx-storage-explorer/blob/dev/src/views/MainOverview.vue
The error should be captured and isolated within the Suspense scope of the component in (MainOverview.vue)
The error seems to be captured at the higher level (App.vue) which instead of the scope of the component in (MainOverview.vue)
I believe the feature request proposed here might help resolve this issue.
The text was updated successfully, but these errors were encountered:
Read https://new-issue.vuejs.org/?repo=vuejs/vue#why-repro
I guess that as you said, we can track this at #1347
Sorry, something went wrong.
No branches or pull requests
Version
3.0.4
Reproduction link
https://github.com/proximax-foundry/xpx-storage-explorer/blob/dev/src/views/MainOverview.vue
Steps to reproduce
What is expected?
The error should be captured and isolated within the Suspense scope of the component in (MainOverview.vue)
What is actually happening?
The error seems to be captured at the higher level (App.vue) which instead of the scope of the component in (MainOverview.vue)
I believe the feature request proposed here might help resolve this issue.
The text was updated successfully, but these errors were encountered: