Skip to content

[BUG] No output callbacks with clientside_callback #2866

Closed
@T4rk1n

Description

If a clientside callback has no output, it generate ID not found in layout error:

clientside_callback(
    """
    function(_) {
        window.location.reload();
    }
    """,
    Input("reset-button", "n_clicks"),
    prevent_initial_call=True,
)

Metadata

Assignees

Labels

bugsomething broken

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions