Skip to content

Commit 025107a

Browse files
committed
Fix merge
1 parent 439663e commit 025107a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

dash/_callback.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,7 @@ def add_context(*args, **kwargs):
360360
callback_ctx = kwargs.pop(
361361
"callback_context", AttributeDict({"updated_props": {}})
362362
)
363+
app = kwargs.pop("app", None)
363364
callback_manager = long and long.get("manager", app_callback_manager)
364365
error_handler = on_error or kwargs.pop("app_on_error", None)
365366
original_packages = set(ComponentRegistry.registry)

dash/dash-renderer/src/actions/callbacks.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ import {loadLibrary} from '../utils/libraries';
5151
import {parsePMCId} from './patternMatching';
5252
import {replacePMC} from './patternMatching';
5353

54-
5554
export const addBlockedCallbacks = createAction<IBlockedCallback[]>(
5655
CallbackActionType.AddBlocked
5756
);

0 commit comments

Comments
 (0)