From c468403b23e759600c5053f8cb5b5d5bff6b7e32 Mon Sep 17 00:00:00 2001 From: Philippe Duval Date: Thu, 20 Sep 2018 17:13:59 -0400 Subject: [PATCH 1/2] Add used by dcc.Location to catch-all route comment. --- dash/dash.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) From ff30e61ce0c0eaeaa044264102630a45b6eb8375 Mon Sep 17 00:00:00 2001 From: Philippe Duval Date: Thu, 20 Sep 2018 17:19:06 -0400 Subject: [PATCH 2/2] Lock dash-html-components version. --- dev-requirements-py37.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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