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 944eda2 commit 398d034Copy full SHA for 398d034
tests/integration/test_patch.py
@@ -434,13 +434,13 @@ def test_pch005_clientside_duplicate(dash_duo):
434
)
435
436
app.clientside_callback(
437
- "function onClickOne() { return 'click1';}",
+ "function() { return 'click1';}",
438
Output("output", "children", allow_duplicate=True),
439
Input("click1", "n_clicks"),
440
prevent_initial_call=True,
441
442
443
- "function onClickTwo(){ return 'click2';}",
+ "function() { return 'click2';}",
444
445
Input("click2", "n_clicks"),
446
0 commit comments