11diff --git a/node_modules/@types/react/index.d.ts b/node_modules/@types/react/index.d.ts
2- index 2272032..18bd20a 100644
2+ index d3318dc..c2b2c77 100644
33--- a/node_modules/@types/react/index.d.ts
44+++ b/node_modules/@types/react/index.d.ts
55@@ -134,7 +134,7 @@ declare namespace React {
@@ -11,7 +11,7 @@ index 2272032..18bd20a 100644
1111
1212 /**
1313 * Created by {@link createRef}, or {@link useRef} when passed `null`.
14- @@ -941 ,7 +941 ,7 @@ declare namespace React {
14+ @@ -945 ,7 +945 ,7 @@ declare namespace React {
1515 context: unknown;
1616
1717 // Keep in sync with constructor signature of JSXElementConstructor and ComponentClass.
@@ -20,7 +20,7 @@ index 2272032..18bd20a 100644
2020
2121 // We MUST keep setState() as a unified signature because it allows proper checking of the method return type.
2222 // See: https://github.com/DefinitelyTyped/DefinitelyTyped/issues/18365#issuecomment-351013257
23- @@ -1113 ,7 +1113 ,7 @@ declare namespace React {
23+ @@ -1117 ,7 +1117 ,7 @@ declare namespace React {
2424 */
2525 interface ComponentClass<P = {}, S = ComponentState> extends StaticLifecycle<P, S> {
2626 // constructor signature must match React.Component
0 commit comments