The reconciler can emit the same configuration_item id multiple times when more than one match rule fires (e.g. exact_serial AND hostname_in_company). The page rendered each occurrence as a separate row keyed on ciId, producing React duplicate-key errors. Dedupe client-side keeping the strongest confidence (exact_serial > mac > hostname_in_company > other) and use the deduped count in the badge. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| page.tsx | ||