We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6b600f commit 7092a2fCopy full SHA for 7092a2f
packages/@lwc/ssr-runtime/src/lightning-element.ts
@@ -162,6 +162,12 @@ export class LightningElement implements PropsAvailableAtConstruction {
162
// noop
163
}
164
165
+ get template() {
166
+ return {
167
+ synthetic: false,
168
+ };
169
+ }
170
+
171
// ----------------------------------------------------------- //
172
// Props/methods explicitly not available in this environment //
173
// Getters are named "get*" for parity with @lwc/engine-server //
0 commit comments