-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[BUG] dash 1.11 breaks Dynamic Multipage App Validation #1193
Comments
note: I think pip upgraded all deps as needed but, this comment about disabling devtools asserts made me doubt, it looks related (?):
|
Thanks @eddy-geek - did this example work without errrors prior to v1.11? It looks to me as though it's just missing |
@alexcjohnson yes the example worked fine, and "validation" -- ie not suppressing exceptions -- is actually the whole point! The doc says it better than I could:
I'm using the same technique in my app (so I am back on 1.10.0) and I think it is popular (judging by related community threads) because any non-toy app is multi-page, and So, while the client-side validation and wildcard look great, I would argue it's important to either maintain support for, or replace, this pattern, not just take the "easy" route of |
Ah OK! I was unaware of the |
https://dash.plotly.com/callback-gotchas This has not been updated in the docs yet. |
Describe your context
Please provide us your environment so we can easily reproduce the issue.
pip list | grep dash
Describe the bug
Copy example Dynamically Create a Layout for Multi-Page App Validation from https://dash.plotly.com/urls
Click to expand!
Expected behavior
No errors.
Screenshots
once per ID:
Click to expand!
The text was updated successfully, but these errors were encountered: