-
Notifications
You must be signed in to change notification settings - Fork 47.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a250579
commit 2c68776
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,7 +75,7 @@ async function downloadRegressionBuild() { | |
// For React versions earlier than 18.0.0, we explicitly scheduler v0.20.1, which | ||
// is the first version that has unstable_mock, which DevTools tests need, but also | ||
// has Scheduler.unstable_trace, which, although we don't use in DevTools tests | ||
// is imported by older React versions and will break if it's not ther | ||
// is imported by older React versions and will break if it's not there | ||
if (semver.lte(semver.coerce(version).version, '18.0.0')) { | ||
await exec(`npm install --prefix ${REGRESSION_FOLDER} [email protected]`); | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters