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 5bebf5c commit 8955a92Copy full SHA for 8955a92
dash/dash.py
@@ -89,7 +89,7 @@ def __init__(
89
external_scripts=None,
90
external_stylesheets=None,
91
hot_reload=False,
92
- hot_reload_interval=1000,
+ hot_reload_interval=3000,
93
suppress_callback_exceptions=None,
94
**kwargs):
95
@@ -308,7 +308,6 @@ def _config(self):
308
}
309
if self._reload_hash:
310
config['hot_reload'] = {
311
- 'hash': self._reload_hash,
312
'interval': self._reload_interval
313
314
return config
dev-requirements-py37.txt
@@ -1,5 +1,5 @@
1
dash_core_components>=0.27.2
2
-dash_html_components>=0.13.0rc2
+dash_html_components==0.12.0
3
dash-flow-example==0.0.3
4
dash-dangerously-set-inner-html
5
dash_renderer
0 commit comments