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.

no-duplicate-id false positive

See original GitHub issue
{{#if this.foo}}
  <div id="foobar"></div>
{{else}}
  <span id="foobar"></span>
{{/if}}

This gives a warning on the span element but it shouldn’t. Not sure how easy it is to be fixed though.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
MelSumnercommented, Sep 10, 2020

oh I see what you mean. Good catch! Yes, we can fix this. Thanks for pointing it out. 👍🏻

0reactions
lifeartcommented, Oct 15, 2020

for else if case we could get location highlighting issues, due to https://github.com/glimmerjs/glimmer-vm/issues/1091

Read more comments on GitHub >

github_iconTop Results From Across the Web

MaterialUI native select incorrectly triggering "duplicate-id-aria ...
When using MaterialUI Native Select, the id property is triggered despite no clear reason. The React MaterialUI Code becomes this HTML: <div ...
Read more >
E11000 duplicate key, without a duplicate key in mongoose
According to the error message, there is a unique index on a field named id . index: id_1 dup key: { id: null...
Read more >
False positive duplicate error when trying to create a lead ...
I have a system that submits inquiries from our site to the SF API to create leads. That processes is failing approximately 40%...
Read more >
Duplicates Invoices – Root Cause Analysis - CAATS
False Positives: invoice payments identified as potential duplicates when they are not duplicates. Reversed invoices. A key step to reducing the ...
Read more >
Eliminating Fuzzy Duplicates in Data Warehouses
Abstract. The duplicate elimination problem of detecting multiple tuples, which describe the same real world entity, is an important data cleaning problem.
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