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 6028886 commit 22ed006Copy full SHA for 22ed006
packages/lit-dev-content/samples/examples/context-consume-provide/my-heading.js
@@ -1,5 +1,5 @@
1
import {LitElement} from 'lit';
2
-import {html, literal} from 'lit/static-html.js';
+import {html, literal, unsafeStatic} from 'lit/static-html.js';
3
import {styleMap} from 'lit/directives/style-map.js';
4
import {ContextConsumer} from '@lit/context';
5
import {levelContext} from './level-context.js';
0 commit comments