We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b6a0d commit d658ecfCopy full SHA for d658ecf
packages/main/src/Icon.ts
@@ -269,8 +269,7 @@ class Icon extends UI5Element implements IIcon {
269
async onBeforeRendering() {
270
const name = this.name;
271
if (!name) {
272
- /* eslint-disable-next-line */
273
- return console.warn("Icon name property is required", this);
+ return;
274
}
275
276
let iconData: typeof ICON_NOT_FOUND | IconData | undefined = getIconDataSync(name);
0 commit comments