dillon1000/react
Commit
Browse files [DevTools] Remove string.replaceAll Call in @reactVersion Pragma Functions (#24584)
`string.replaceAll` doesn't exist in our CircleCI Docker environment. We also don't need it in this case because `semver.satisfies` allows for whitespace when specifying a range. This PR removes the unnecessary call.
Changed paths1 file
First-parent comparisonscripts/jest/devtools/setupEnv.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…