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
Expectation: I should not be receiving a console warning
Actual: This is the warning that I receive :
WARNING in ./node_modules/@axe-core/react/dist/index.js Module Warning (from ./node_modules/source-map-loader/dist/cjs.js): Failed to parse source map from '/Users/sean.mcquaid/Documents/test/node_modules/@axe-core/react/index.ts' file: Error: ENOENT: no such file or directory, open '/Users/sean.mcquaid/Documents/test/node_modules/@axe-core/react/index.ts' @ ./src/index.js 12:14-40
Motivation: While this doesn't break my app necessarily, it is discouraging my team from upgrading to the new react-scripts 5.0.0 which uses Webpack 5 under the hood.
Reproduction Steps :
Create a new react app with CRA that uses react-script 5.0.0.
Install @axe-core/react
Start the app up
Notice the compiling warnings that match what I provided. I was able to reproduce this on multiple repos.
@axe-core/react: 4.3.2
- Node version: v16.13.0
- Platform: Linux
The text was updated successfully, but these errors were encountered:
Product: React
Expectation: I should not be receiving a console warning
Actual: This is the warning that I receive :
WARNING in ./node_modules/@axe-core/react/dist/index.js Module Warning (from ./node_modules/source-map-loader/dist/cjs.js): Failed to parse source map from '/Users/sean.mcquaid/Documents/test/node_modules/@axe-core/react/index.ts' file: Error: ENOENT: no such file or directory, open '/Users/sean.mcquaid/Documents/test/node_modules/@axe-core/react/index.ts' @ ./src/index.js 12:14-40
Motivation: While this doesn't break my app necessarily, it is discouraging my team from upgrading to the new react-scripts 5.0.0 which uses Webpack 5 under the hood.
Reproduction Steps :
The text was updated successfully, but these errors were encountered: