Skip to content

Commit e2f89e9

Browse files
committed
adjustments for lint
1 parent 197901a commit e2f89e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dash/dash-renderer/src/wrapper/DashWrapper.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ function DashWrapper({
118118
selectDashPropsEqualityFn
119119
);
120120

121-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
121+
/* eslint-disable @typescript-eslint/ban-ts-comment, @typescript-eslint/no-unused-vars */
122122
// @ts-ignore
123123
const newlyRendered = useMemo(() => {
124124
if (_newRender) {
@@ -133,6 +133,7 @@ function DashWrapper({
133133
}
134134
return newRender.current;
135135
}, [_newRender]);
136+
/* eslint-enable @typescript-eslint/ban-ts-comment, @typescript-eslint/no-unused-vars */
136137

137138
let propDifferences: any = {};
138139
if (memoizedProps.current) {

0 commit comments

Comments
 (0)