We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e2e54 commit 0c09088Copy full SHA for 0c09088
dash/_get_paths.py
@@ -66,6 +66,9 @@ def display_content(path):
66
if page_name == "page-2":
67
return chapters.page_2
68
```
69
+
70
+ `dash.get_relative_path` is not compatible with Dash Snapshots. Use
71
+ `get_relative_path` on the app instance instead: `app.get_relative_path`.
72
"""
73
return app_get_relative_path(CONFIG.requests_pathname_prefix, path)
74
0 commit comments