Skip to content

Commit

Permalink
fix(tags): correct render types
Browse files Browse the repository at this point in the history
  • Loading branch information
Westbrook committed Aug 29, 2020
1 parent 5274f44 commit ecfb6ab
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tags/src/Tag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export class Tag extends LitElement {
}

protected render(): TemplateResult {
const slots = [];
const slots: TemplateResult[] = [];
if (this.hasAvatar) {
slots.push(
html`
Expand Down
10 changes: 10 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3633,6 +3633,16 @@
resolved "https://registry.yarnpkg.com/@spectrum-css/vars/-/vars-2.3.0.tgz#0ce716fb5ee65f4af9e2d2a7aaae55e8ba4d4c8f"
integrity sha512-k4YwFbv9+7QzBrc3ezvGuHxI3nDTG/6qJsAmhYS1vEyxpxjKmRfiz59P+fqT12PQNjxeNYHyVz1kRgaLA6gw2w==

"@spectrum-web-components/shared@^0.5.0":
version "0.5.1"
resolved "https://registry.yarnpkg.com/@spectrum-web-components/shared/-/shared-0.5.1.tgz#de0dad1a3b734837628b71bfb2b2cb47c5750c4f"
integrity sha512-vG38fn8RVdnVGgJGDC62twqZ3h2RLtYdoyw72olzUWXwP/zfBvi7ArmnvLcd37A4LspNcQfrZXGCtjLt9hF9vg==
dependencies:
focus-visible "^5.0.2"
lit-element "^2.1.0"
lit-html "^1.0.0"
tslib "^2.0.0"

"@stylelint/postcss-css-in-js@^0.37.1":
version "0.37.1"
resolved "https://registry.yarnpkg.com/@stylelint/postcss-css-in-js/-/postcss-css-in-js-0.37.1.tgz#41e5e7660f73d88227610e18c6ebb262d56ac125"
Expand Down

0 comments on commit ecfb6ab

Please sign in to comment.