There was an error while loading. Please reload this page.
1 parent 25b8f13 commit 6cb231eCopy full SHA for 6cb231e
1 file changed
packages/jsx-lit/src/JSXElement.tsx
@@ -37,6 +37,7 @@ export class JSXElement extends ReactiveElement {
37
static DO_NOT_RENDER = DO_NOT_RENDER;
38
39
useLightDOM = false;
40
+ "webjsx-donotdescend" = false;
41
42
protected events = new EventEmitter<{
43
"willUpdate": [PropertyValues];
0 commit comments