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
Example 1:
dash-sample-apps/apps/dash-financial-report/utils.py
Lines 51 to 85 in 7ea90b8
Example 2:
https://github.com/plotly/dash-sample-apps/blob/28264a906ba86a2f1a7a15b22d56163cabd70370/apps/dash-peaky-finders/peaky_app.py
The moment the name of the app changes, they will likely break. They should be using app.get_relative_path("/my-route") instead.
app.get_relative_path("/my-route")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Example 1:
dash-sample-apps/apps/dash-financial-report/utils.py
Lines 51 to 85 in 7ea90b8
Example 2:
https://github.com/plotly/dash-sample-apps/blob/28264a906ba86a2f1a7a15b22d56163cabd70370/apps/dash-peaky-finders/peaky_app.py
The moment the name of the app changes, they will likely break. They should be using
app.get_relative_path("/my-route")
instead.The text was updated successfully, but these errors were encountered: