We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5821db3 commit e726eebCopy full SHA for e726eeb
.github/workflows/test.yml
@@ -55,10 +55,10 @@ jobs:
55
react-dom: { version: '^18', types: '^18' },
56
},
57
{
58
- version: 'beta',
+ version: 'rc',
59
types: 'npm:types-react@19.0.0-beta.1',
60
react-dom:
61
- { version: 'beta', types: 'npm:types-react-dom@19.0.0-beta.1' },
+ { version: 'rc', types: 'npm:types-react-dom@19.0.0-beta.1' },
62
63
]
64
@@ -260,10 +260,10 @@ jobs:
260
261
262
263
264
265
266
267
268
269
0 commit comments