diff --git a/packages/lit-dev-content/site/docs/v2/getting-started.md b/packages/lit-dev-content/site/docs/v2/getting-started.md index f54878692..127c46a82 100644 --- a/packages/lit-dev-content/site/docs/v2/getting-started.md +++ b/packages/lit-dev-content/site/docs/v2/getting-started.md @@ -93,6 +93,8 @@ are two types of bundles: all exports everything in core plus most other modules in lit. +
+ Note that html and svg exports from lit/static-html.js are aliased to staticHtml and staticSvg, respectively, to avoid collision. diff --git a/packages/lit-dev-content/site/docs/v3/getting-started.md b/packages/lit-dev-content/site/docs/v3/getting-started.md index aabd386df..45d90ac92 100644 --- a/packages/lit-dev-content/site/docs/v3/getting-started.md +++ b/packages/lit-dev-content/site/docs/v3/getting-started.md @@ -93,6 +93,8 @@ are two types of bundles: all exports everything in core plus most other modules in lit. +
+ Note that html and svg exports from lit/static-html.js are aliased to staticHtml and staticSvg, respectively, to avoid collision.