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 6e1756a commit c0ae162Copy full SHA for c0ae162
scripts/rollup/build-all-release-channels.js
@@ -332,7 +332,7 @@ function updatePlaceholderReactVersionInCompiledArtifacts(
332
333
for (const artifactFilename of artifactFilenames) {
334
const originalText = fs.readFileSync(artifactFilename, 'utf8');
335
- const replacedText = originalText.replace(
+ const replacedText = originalText.replaceAll(
336
PLACEHOLDER_REACT_VERSION,
337
newVersion
338
);
0 commit comments