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 SourceMap

See original GitHub issue

Debug at iPhone device.

React Native: 0.25-0.26

package.json:

"babel": {
    "presets": [
      "react-native"
    ]
  },

show error at load begin:

Failed to parse SourceMap: http://192.168.1.xxx:8081/index.ios.map?platform=ios&dev=true&hot=true

The SourceMap has wrong positon after reload: 2016-05-29 5 36 52

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:4
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

4reactions
experimentsincommented, Jun 2, 2016

After some trial and error, it looked to us like a regression in Chrome. So we went looking and found this recent Chrome defect:

Failed to parse SourceMap https://bugs.chromium.org/p/chromium/issues/detail?id=611328

0reactions
xtdhwlcommented, Jul 7, 2016

我也遇到了这个问题,现在解决了。 2种解决方案:

第一种方案 1:Setting-extensions-React Developer Tools(是否安装) 如果安装了React Developer Tools插件卸载在重启Chrome

第二种方案安装Chromium浏览器重试

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 best solution is to open a issue or pullrequest on that packages. The warnings are correct. These packages source maps pointing 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 >
Failed to parse source map from 'C:\' file: Error - YouTube
greetings, this is slu channel we will handle the Failed to parse source map from 'C:\' file: Error: ENOENT: no such file or...
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