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 bddbfb8 commit 149b420Copy full SHA for 149b420
package.json
@@ -146,5 +146,8 @@
146
"download-build": "node ./scripts/release/download-experimental-build.js",
147
"download-build-for-head": "node ./scripts/release/download-experimental-build.js --commit=$(git rev-parse HEAD)",
148
"download-build-in-codesandbox-ci": "cd scripts/release && yarn install && cd ../../ && yarn download-build-for-head || yarn build-combined --type=node react/index react-dom scheduler"
149
+ },
150
+ "resolutions": {
151
+ "**/@playwright/test/**/react-is": "^16.0.0"
152
}
153
0 commit comments