VINAY
Results
1
issues of
VINAY
## Summary This PR replaces usage of the deprecated `fs.F_OK` constant with `fs.constants.F_OK` in **`packages/react-dev-utils/checkRequiredFiles.js`**. This resolves the Node.js DeprecationWarning: --- ## Why - `fs.F_OK` is deprecated in Node.js and...
CLA Signed