Skip to content

Duplicate titles on Arcade embeds #11714

@a-hariti

Description

@a-hariti

Problem Statement

some (all?) iframes from arcade.software have duplicate title attributes and that results in a lot of noise on build logs like this:

▲ [WARNING] Duplicate key "title" in object literal [duplicate-object-key]

    _mdx_bundler_entry_point-65616264-ad49-45a8-9f26-185df5a53898.mdx:126:8:
      126 │         title: "Trace View - Tabbing"
          ╵         ~~~~~

  The original key "title" is here:

    _mdx_bundler_entry_point-65616264-ad49-45a8-9f26-185df5a53898.mdx:111:8:
      111 │         title: "Sentry",
          ╵         ~~~~~

Solution Brainstorm

dedupe titles

is there a heuristic to know which one to keep? (first or second) or do we have to decide on a case by case basis?

cc @stephanie-anderson

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions