Skip to content

Commit ad56847

Browse files
committed
fix: silly goose am i 🪿
1 parent 72f93e3 commit ad56847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎packages/svelte/src/compiler/phases/3-transform/client/transform-client.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export function client_component(analysis, options) {
167167
in_constructor: false,
168168
instance_level_snippets: [],
169169
module_level_snippets: [],
170-
is_functional_template_mode: true, //options.templatingMode === 'functional',
170+
is_functional_template_mode: options.templatingMode === 'functional',
171171

172172
// these are set inside the `Fragment` visitor, and cannot be used until then
173173
init: /** @type {any} */ (null),

0 commit comments

Comments
 (0)