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
Our docs tests test different paths:
https://github.com/plotly/ddk-dash-docs/blob/main/tests/integration/test_bad_paths.py
With Dash 2.17, some of these tests fail because the page never loads
The page ends up stuck in a state like this
Seems to be happening on page where the dropdown is updated based on the URL and vice versa. Seems to work without this change: #2816
To recreate:
Run the /ddk-dash-docs tests using Dash 2.17
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Our docs tests test different paths:
https://github.com/plotly/ddk-dash-docs/blob/main/tests/integration/test_bad_paths.py
With Dash 2.17, some of these tests fail because the page never loads
The page ends up stuck in a state like this
Seems to be happening on page where the dropdown is updated based on the URL and vice versa. Seems to work without this change: #2816
To recreate:
Run the /ddk-dash-docs tests using Dash 2.17
The text was updated successfully, but these errors were encountered: