diff --git a/list/internal/listitem/list-item.ts b/list/internal/listitem/list-item.ts
index 1a5b6a4d65..15ae815ba9 100644
--- a/list/internal/listitem/list-item.ts
+++ b/list/internal/listitem/list-item.ts
@@ -173,7 +173,11 @@ export class ListItemEl extends LitElement implements ListItem {
* Handles rendering of the ripple element.
*/
protected renderRipple(): TemplateResult|typeof nothing {
- return html``;
+ return html`
+ `;
}
/**
diff --git a/menu/internal/menu.ts b/menu/internal/menu.ts
index 8c3e9828f5..030adfef17 100644
--- a/menu/internal/menu.ts
+++ b/menu/internal/menu.ts
@@ -265,6 +265,7 @@ export abstract class Menu extends LitElement {
const {ariaLabel} = this as ARIAMixinStrict;
return html`
`;
+ return html``;
}
/**