react-is-mounted-hook
react-is-mounted-hook copied to clipboard
Failed to parse source map
Hello,
When building a new react-app from create-react-app version 5 I get this warning in my log :
Failed to parse source map from 'C:\Workspace\GitRepo\react-is-mounted-hook-source-map-failed\node_modules\react-is-mounted-hook\src\index.tsx' file: Error: ENOENT: no such file or directory, open 'C:\Workspace\GitRepo\react-is-mounted-hook-source-map-failed\node_modules\react-is-mounted-hook\src\index.tsx'
The source of the source-map is pointing the the src directory wich is not present in the published package.
Issue still exists, maybe anyone found a workaround?