Skip to content

Commit 4e11f46

Browse files
committed
removed unnecessary change
1 parent ba7e1b0 commit 4e11f46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/react/utils/useProxy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export function useProxy<T extends object>(
3333
;(snapshot as any)[DUMMY_SYMBOL]
3434

3535
let isRendering = true
36-
36+
// eslint-disable-next-line react-hooks/immutability
3737
useLayoutEffect(() => {
3838
// This is an intentional hack
3939
// It might not work with React Compiler

0 commit comments

Comments
 (0)