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
Currently if an app fails, the reloader alert message is pretty aggressive. If you close it, it will re-appear almost immediately.
We should only show the alert once per run.
alert
The text was updated successfully, but these errors were encountered:
Here is the code: https://github.com/plotly/dash/blob/dev/dash/dash-renderer/src/components/core/Reloader.react.js#L157-L169
Sorry, something went wrong.
fix #1783 unrelenting alert when hot reload fails
28ee9cb
Successfully merging a pull request may close this issue.
Currently if an app fails, the reloader alert message is pretty aggressive. If you close it, it will re-appear almost immediately.
We should only show the
alert
once per run.The text was updated successfully, but these errors were encountered: