Actions
Task #104199
closedBackend typo3-backend-icon component code contains duplicated code
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend JavaScript
Target version:
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