Skip to content

Commit 9f5ac40

Browse files
committed
adding ignore for window object again
1 parent 3dbf133 commit 9f5ac40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dash/dash-renderer/src/utils/setProps.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const setProps = (updates: {}) => {
2121
}
2222
};
2323

24-
24+
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
25+
// @ts-ignore
2526
const dc = (window.dash_clientside = window.dash_clientside || {});
2627
dc['setProps'] = setProps;

0 commit comments

Comments
 (0)