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.

Broken with correct parenthesis

See original GitHub issue

It’s even working with very wrong syntax, but a simple parenthesis breaks it with the latest version a038664616b7a8258ca80a10c1c1ae3595ee68a9 🤔

An1

error in js console 1

Uncaught (in promise) TypeError: can't access property "style", y is null
    k http://127.0.0.1:7860/assets/index.6d1e8daf.js line 1704 > srcScript:1
3 [index.6d1e8daf.js line 1704 > srcScript:1:2468](http://127.0.0.1:7860/assets/index.6d1e8daf.js%20line%201704%20%3E%20srcScript)

Uncaught (in promise) TypeError: can't access property "length", x[2] is undefined
    tags http://127.0.0.1:7860/:2028
    autocomplete http://127.0.0.1:7860/:2028
    <anonymous> http://127.0.0.1:7860/:2343
    dbTimeOut http://127.0.0.1:7860/:1752
11 [127.0.0.1:7860:2028:26](http://127.0.0.1:7860/)

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
DominikDoomcommented, Oct 29, 2022

Sorry for the inconvenience, it was a stupid oversight on my part. I just forgot to add a check if x[2] (the generic match) even existed, which broke it for the parentheses. Should be fixed now.

0reactions
DominikDoomcommented, Oct 29, 2022

Typical JavaScript bug, I checked for null but unmatched regex groups are specified as undefined. Hopefully fixed for real this time.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Broken Braces? What to do if a Bracket or Wire Breaks (Don't ...
A broken wire or moving bracket can be sharp so you may need to take action to protect your mouth before your Orthodontist...
Read more >
What To Do If You Break a Bracket - Pure Orthodontics
Rinse your mouth with salt water regularly to promote healing from any cuts or sores that the broken bracket may have caused ·...
Read more >
Broken Brackets - What You Need to Know
What causes a broken bracket? · Repeatedly biting into food that is too hard, crunch, or sticky (ice, chips, pretzels, laffy taffy) ·...
Read more >
Four Steps To Fixing A Broken Braces Bracket | Colgate®
If the wire is still attached to the bracket but sticking out, try to gently move it back into position with a cotton...
Read more >
5 Steps to Take If You Have a Broken Bracket on Your Braces -
The first thing you need to do when you feel that your bracket broke off is to assess the damage that it did...
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