Skip to content

Commit a0beaa4

Browse files
committed
fix for lint
1 parent 9d369b6 commit a0beaa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ function sideUpdate(outputs: SideUpdateOutput, cb: ICallbackPayload) {
421421
const state = getState();
422422

423423
const componentPath = getPath(state.paths, id);
424-
let oldComponent = {};
424+
let oldComponent = {props: {}};
425425
if (componentPath) {
426426
oldComponent = getComponentLayout(componentPath, state);
427427
}

0 commit comments

Comments
 (0)