Skip to content

Commit 0b9b00c

Browse files
t3chguyDileep Bandla
authored andcommitted
Update @types/react patch (element-hq#29960)
Signed-off-by: Michael Telatynski <[email protected]>
1 parent c51f400 commit 0b9b00c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

patches/@types+react+19.0.10.patch renamed to patches/@types+react+19.1.4.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --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

Comments
 (0)