Skip to content

[BUG] Dash pages callback not fully hidden #3578

Description

@antonymilne

A small issue with the new features in Dash 3.4.0.

#3542 set the Dash pages callback to hidden=True but forgot to set the accompanying clientside callback to hidden=True:

dash/dash/dash.py

Line 2685 in 4189c49

self.clientside_callback(

This should also be hidden=True to avoid this appearing in the callback graph:
Image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

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