Skip to content

Commit 3dbf133

Browse files
committed
failing on purpose
1 parent fc6c200 commit 3dbf133

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

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

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

0 commit comments

Comments
 (0)