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
Compiled with warnings.
Warning in ./src/App.js
/Users/gaearon/p/pixelpaint/src/App.js
45:49 warning Unexpected mix of '&&' and '||' no-mixed-operators
46:44 warning Unexpected mix of '&&' and '||' no-mixed-operators
✖ 2 problems (0 errors, 2 warnings)
Warning in ./~/babel-loader?{"babelrc":false,"presets":["/Users/gaearon/p/pixelpaint/~/babel-preset-react-app/index.js"],"cacheDirectory":true}!./~/eslint-loader!./src/ReduxCanvasV3.js
/Users/gaearon/p/pixelpaint/src/ReduxCanvasV3.js
25:5 warning Expected a default case default-case
✖ 1 problem (0 errors, 1 warning)
You may use special comments to disable some warnings.
Use // eslint-disable-next-line to ignore the next line.
Use /* eslint-disable */ to ignore all warnings in a file.
What's the deal with Warning in ./~/babel-loader?{"babelrc":false,"presets":["/Users/gaearon/p/pixelpaint/~/babel-preset-react-app/index.js"],"cacheDirectory":true}!./~/eslint-loader!./src/ReduxCanvasV3.js? We should fix this to show a normal filename instead.
The text was updated successfully, but these errors were encountered:
Something I noticed in a project:
What's the deal with
Warning in ./~/babel-loader?{"babelrc":false,"presets":["/Users/gaearon/p/pixelpaint/~/babel-preset-react-app/index.js"],"cacheDirectory":true}!./~/eslint-loader!./src/ReduxCanvasV3.js
? We should fix this to show a normal filename instead.The text was updated successfully, but these errors were encountered: