Skip to content

Commit 877e6e9

Browse files
author
Veekas Shrivastava
committed
fix: remove duplicate variable declaration attempt2
1 parent e9ddf16 commit 877e6e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react-reconciler/src/ReactFiberClassComponent.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ if (__DEV__) {
5959
didWarnAboutLegacyLifecyclesAndDerivedState = new Set();
6060
didWarnAboutDirectlyAssigningPropsToState = new Set();
6161
didWarnAboutUndefinedDerivedState = new Set();
62-
didWarnAboutDirectlyAssigningPropsToState = new Set();
6362

6463
const didWarnOnInvalidCallback = new Set();
6564

0 commit comments

Comments
 (0)