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 a856719 commit c87c690Copy full SHA for c87c690
.github/workflows/test.yml
@@ -38,9 +38,8 @@ jobs:
38
- name: Install 19
39
if: ${{ matrix.react == '19' }}
40
run: |
41
- yarn set resolution "@types/react@npm:*" "npm:types-react@rc"
42
- yarn set resolution "@types/react-dom@npm:*" "npm:types-react-dom@rc"
43
- yarn add react@rc react-dom@rc
+ yarn add "@types/react@19" "@types/react-dom@19" --dev
+ yarn add react@19 react-dom@19
44
45
- name: Cypress run
46
if: ${{ (matrix.react == '19' && matrix.spec == 'charts') != true }}
0 commit comments