diff --git a/dash/dash.py b/dash/dash.py index 95924d2242..2a5fc0e53d 100644 --- a/dash/dash.py +++ b/dash/dash.py @@ -211,7 +211,7 @@ def add_url(name, view_func, methods=('GET',)): self.config['routes_pathname_prefix'], self.index) - # catch-all for front-end routes + # catch-all for front-end routes, used by dcc.Location add_url( '{}'.format(self.config['routes_pathname_prefix']), self.index) diff --git a/dev-requirements-py37.txt b/dev-requirements-py37.txt index 645a65767e..c2138d5415 100644 --- a/dev-requirements-py37.txt +++ b/dev-requirements-py37.txt @@ -1,5 +1,5 @@ dash_core_components>=0.27.2 -dash_html_components>=0.12.0 +dash_html_components==0.12.0rc3 dash-flow-example==0.0.3 dash-dangerously-set-inner-html dash_renderer