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

hangs if showing multiple flash messages #24

Closed
wi-wissen opened this issue May 27, 2019 · 1 comment
Closed

hangs if showing multiple flash messages #24

wi-wissen opened this issue May 27, 2019 · 1 comment

Comments

@wi-wissen
Copy link

If I want to show multiple messages my website hangs (can't click anywhere. Opera and Edge and sometimes Firefox say that there is a script which solows the browser down).
I have to wait after messages are gone.

How to reproduce:

  1. Setup like Readme
  2. Call axios reguest and try to show an alle messages in response:
response.data.forEach(function(element) {
    flash(element, "success");
}); 
@wi-wissen
Copy link
Author

Sorry, my mistake.
A Debugbar rendered very long SQL commands. I overlooked it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant