You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running npm test within url-lib, I get the following warning:
Warning: React version was set to "detect" in eslint-plugin-react settings, but the "react" package is not installed. Assuming latest React version for linting.
The tests still pass, but the warning clutters the console and is quite confusing seeing as how url-lib doesn't have react at all.
🐛 Bug Report
When running
npm test
withinurl-lib
, I get the following warning:The tests still pass, but the warning clutters the console and is quite confusing seeing as how
url-lib
doesn't have react at all.To Reproduce
url-lib
npm install
npm test -- --modes lint
You'll see multiples of the warning messages.
Expected behavior
The warning messages wouldn't show. And technically speaking the plugin really only should be used for React-based libs
Link to repl or repo (highly encouraged)
See above
envinfo
The text was updated successfully, but these errors were encountered: