We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
some (all?) iframes from arcade.software have duplicate title attributes and that results in a lot of noise on build logs like this:
title
▲ [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", ╵ ~~~~~
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
The text was updated successfully, but these errors were encountered:
I would remove all the title attributes of iframes, on the trace view page are three iframes, those titles are irrelevant
Sorry, something went wrong.
I think we should also create a component for those embeddings - but we can do that in a separate PR
yeah, will remove lots of redundancy 👍
a-hariti
Successfully merging a pull request may close this issue.
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: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
The text was updated successfully, but these errors were encountered: