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

maximum-call-stack-size-exceeded-error #1

Open
yuriechan opened this issue Jun 30, 2020 · 1 comment
Open

maximum-call-stack-size-exceeded-error #1

yuriechan opened this issue Jun 30, 2020 · 1 comment
Labels
bug Something isn't working priority: high need urgent fix

Comments

@yuriechan
Copy link
Owner

Behavior

  • Clicking on any dialog results in showing the first dialog.
  • Clicking one dialog triggers all other dialogs resulting in max call stack call.

Cause

  • <v-dialog width="900px" v-model="dialog">, the dialog is bound to entire dialog inside the component.

Things to consider

  • Use click:outside property available in v-dialog

Screenshot

Screen Shot 2020-06-30 at 9 44 05 PM

@yuriechan yuriechan added bug Something isn't working priority: high need urgent fix labels Jun 30, 2020
@yuriechan
Copy link
Owner Author

As of June 30th, a temporary fix was made.

Temporary fix:

  • remove v-model:dialog

For later,

  • add code to detect dialog open-close state for each dialog

@yuriechan yuriechan mentioned this issue Jul 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority: high need urgent fix
Projects
None yet
Development

No branches or pull requests

1 participant