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:
- Created 3 years ago
- Comments:10 (8 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
oh I see what you mean. Good catch! Yes, we can fix this. Thanks for pointing it out. 👍🏻
for
else if
case we could get location highlighting issues, due to https://github.com/glimmerjs/glimmer-vm/issues/1091