A small issue with the new features in Dash 3.4.0. https://github.com/plotly/dash/pull/3542 set the Dash pages callback to `hidden=True` but forgot to set the accompanying clientside callback to `hidden=True`: https://github.com/plotly/dash/blob/4189c492cac789c89cb7c5b384defc23fc2123af/dash/dash.py#L2685 This should also be `hidden=True` to avoid this appearing in the callback graph: <img width="272" height="93" alt="Image" src="https://github.com/user-attachments/assets/d45607fa-af47-4655-a20f-b55ad6ee9f81" />