Skip to content

Commit

Permalink
Remove background_callback_manager and dash_response from bg context …
Browse files Browse the repository at this point in the history
…value
  • Loading branch information
T4rk1n committed Oct 23, 2024
1 parent ec3a35f commit 216b904
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dash/_callback.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,8 @@ def add_context(*args, **kwargs):

ctx_value = AttributeDict(**context_value.get())
ctx_value.ignore_register_page = True
ctx_value.pop("background_callback_manager")
ctx_value.pop("dash_response")

job = callback_manager.call_job_fn(
cache_key,
Expand Down

0 comments on commit 216b904

Please sign in to comment.