-
Notifications
You must be signed in to change notification settings - Fork 35
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
Swapping between routes very quickly crashes the Vue renderer #61
Labels
bug
Something isn't working
Comments
Possibly related to vuejs/core#7966 (comment) |
Removing transition removes the issue bar-lobby/src/renderer/App.vue Line 32 in b2f3b1e
|
Maybe we should do that until issue is fixed in vue or we have a better solution |
Also removing out-in works. Does not look as good tho |
1-alex98
added a commit
to 1-alex98/bar-lobby
that referenced
this issue
Jun 11, 2023
1-alex98
added a commit
to 1-alex98/bar-lobby
that referenced
this issue
Jun 16, 2023
1-alex98
added a commit
to 1-alex98/bar-lobby
that referenced
this issue
Jun 16, 2023
…://github.com/1-alex98/bar-lobby into bugfix/beyond-all-reason#61-remove-transition
Mark104
pushed a commit
to Mark104/bar-lobby
that referenced
this issue
Sep 25, 2024
…on issue in beyond-all-reason#61 & beyond-all-reason#179 & beyond-all-reason#248). Moved await in ranked setup to onMounted and added opt-in back in. Seems to me that also a part of this is that we're awaiting in component setups. Far as I understand the lifecycle, we should be using onMounted to do such things or rather maybe Vue prefers we do.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seems easier to repro on multiplayer custom battle list page, possibly related to suspense api
The text was updated successfully, but these errors were encountered: