We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 197901a commit e2f89e9Copy full SHA for e2f89e9
dash/dash-renderer/src/wrapper/DashWrapper.tsx
@@ -118,7 +118,7 @@ function DashWrapper({
118
selectDashPropsEqualityFn
119
);
120
121
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
+ /* eslint-disable @typescript-eslint/ban-ts-comment, @typescript-eslint/no-unused-vars */
122
// @ts-ignore
123
const newlyRendered = useMemo(() => {
124
if (_newRender) {
@@ -133,6 +133,7 @@ function DashWrapper({
133
}
134
return newRender.current;
135
}, [_newRender]);
136
+ /* eslint-enable @typescript-eslint/ban-ts-comment, @typescript-eslint/no-unused-vars */
137
138
let propDifferences: any = {};
139
if (memoizedProps.current) {
0 commit comments