Skip to content

Commit e9ddf16

Browse files
author
Veekas Shrivastava
committed
fix: remove duplicate variable declaration
2 parents 77af4f9 + c8fed66 commit e9ddf16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-reconciler/src/ReactFiberClassComponent.js

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

6364
const didWarnOnInvalidCallback = new Set();
6465

0 commit comments

Comments
 (0)