Project

General

Profile

Actions

Task #104199

closed

Backend typo3-backend-icon component code contains duplicated code

Added by Marcin Sągol 23 days ago. Updated 8 days ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend JavaScript
Start date:
2024-06-24
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
13
PHP Version:
8.3
Tags:
backend, javascript, icon, web component
Complexity:
no-brainer
Sprint Focus:

Description

The Build/Sources/TypeScript/backend/element/icon-element.ts file contains duplicated declare global

declare global {
  interface HTMLElementTagNameMap {
    'typo3-backend-icon': IconElement;
  }
}

One declaration should be removed.

Actions

Also available in: Atom PDF