diff --git a/dash/dash.py b/dash/dash.py index 72334a956a..546526d1c4 100644 --- a/dash/dash.py +++ b/dash/dash.py @@ -2528,6 +2528,7 @@ def router(): Output(_ID_STORE, "data"), inputs=inputs, prevent_initial_call=True, + hidden=True, ) async def update(pathname_, search_, **states): """ @@ -2594,6 +2595,7 @@ async def update(pathname_, search_, **states): Output(_ID_STORE, "data"), inputs=inputs, prevent_initial_call=True, + hidden=True, ) def update(pathname_, search_, **states): """