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
In last version of react-scripts, warnings are now being shown for problems with parsing source maps in dependencies. As a result, with every run of react-scripts, there is a warning:
WARNING in ./node_modules/react-calendly/dist/index.es.js
Module Warning (from ./node_modules/react-scripts/node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '.../node_modules/react-calendly/src/components/PopupModal/Modal.tsx' file: Error: ENOENT: no such file or directory, open '.../node_modules/react-calendly/src/components/PopupModal/Modal.tsx'
In last version of react-scripts, warnings are now being shown for problems with parsing source maps in dependencies. As a result, with every run of react-scripts, there is a warning:
facebook/create-react-app#11752
From what I've seen in other repos, adding the source map to the package should solve the issue
The text was updated successfully, but these errors were encountered: