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 8f820cd commit f1b4812Copy full SHA for f1b4812
1 file changed
tests/integration/renderer/test_benchmarking.py
@@ -73,7 +73,7 @@ def layout():
73
html.H3("Dash 4 Firefox Performance MWE"),
74
dcc.Input(id="input", value="initial value", type="text"),
75
html.Div(id="output"),
76
- dcc.Store(id="store", data=time.time()),
+ dcc.Store(id="store", data=int(time.time())),
77
html.Div(children),
78
]
79
)
0 commit comments