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.

Links give errors

See original GitHub issue

Whenever I use a link, I either get Cannot read property 'react' of undefined when the debugger is on, or I get undefined is not an object(evaluating 'rules[ast.type][property]') when the debugger is off. This is happening with simple links, such as the ones found on http://www.markitdown.net/markdown

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
kohei-takatacommented, Apr 29, 2017

I changed my package.json like this, and undefined is not an object(evaluating 'rules[ast.type][property]') does not happen.

"dependencies": {
   ...
    "react-native-simple-markdown": "git://github.com/CharlesMangwa/react-native-simple-markdown.git"
  }
0reactions
CharlesMangwacommented, Jan 18, 2018

Thanks for letting us know! Closing this issue then.

Read more comments on GitHub >

github_iconTop Results From Across the Web

What are Broken Links? And How Do You Find and Fix Them?
A broken link is a web-page that can't be found or accessed by a user, for various reasons. Web servers will often return...
Read more >
Internet Tips: Tips for Fixing Broken Links - GCFGlobal
We're going to show you a few tips you can use to fix common errors. Before we begin, you'll want to make sure...
Read more >
How to Fix Broken Links On Your Website - Monsido
Under the “Crawl Errors,” you will be able to find broken links on your website. This will not find broken links to external...
Read more >
How to Troubleshoot an Error in a URL - Lifewire
Did you type a URL into your browser and find that it doesn't load? You may have the wrong URL or you may...
Read more >
8 Common Website Errors & How to Fix Them
1. HTTP Errors · 401 (Unauthorized) ⇒ · 403 (Forbidden) ⇒ · 404 (Not Found) ⇒ · 500 (Internal Server Error) ⇒ ·...
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