question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Failed to parse source map WARNING

See original GitHub issue

I get the following warnings, when I npm run my react-app:

WARNING in ./node_modules/spinners-react/lib/esm/SpinnerCircular.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '[my-dir]\react\plebania\node_modules\spinners-react\src\SpinnerCircular.tsx' file: Error: ENOENT: no such file or directory, open '[my-dir]\react\plebania\node_modules\spinners-react\src\SpinnerCircular.tsx'

Same warning for these:

  • SpinnerCircular.tsx
  • SpinnerCircularFixed.tsx
  • SpinnerCircularSplit.tsx
  • SpinnerCircularSplit.tsx
  • SpinnerDiamond.tsx
  • SpinnerDotted.tsx
  • SpinnerInfinity.tsx
  • SpinnerRound.tsx
  • SpinnerRoundFilled.tsx
  • SpinnerRoundOutlined.tsx
  • helpers.ts

The component works fine, and I didn’t find any odd behavior but could you look into this problem?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:8
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
adexin-teamcommented, Apr 18, 2022

Please, try v1.0.7.

0reactions
KumihoBGcommented, Apr 2, 2022

+1

Read more comments on GitHub >

github_iconTop Results From Across the Web

ESRI : Failed to parse source map - Stack Overflow
I need the source maps, but there is one map that isn't available for me. Lurking on Meteor forums indicates that Chrome has...
Read more >
After Upgrading to CRA 5.0 getting a lot of: Failed to parse ...
The warnings are correct. These packages source maps pointing to src that is not included in the package. The solution would be to...
Read more >
Failed to parse source map warnings - Dynamic Docs
If using create-react-app v5, you may see some warnings (although they appear like errors) when running/building your react application. This has been reported ......
Read more >
"Failed to parse source map" errors with datetime picker and ...
Hello, When using the Atlaskit DateTimePicker components in my Create React App 5.0.0 app, I get warnings about missing sourcemaps in ...
Read more >
upgrading to webpack 5 causes sourcemap issues : r/typescript
As it is a component library, I am getting a warning for every file but ... node_modules/source-map-loader/dist/cjs.js): Failed to parse ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found