fix: silly goose am i 🪿

custom-render-shim-dom
paoloricciuti 6 months ago
parent 72f93e361f
commit ad56847ce9

@ -167,7 +167,7 @@ export function client_component(analysis, options) {
in_constructor: false,
instance_level_snippets: [],
module_level_snippets: [],
is_functional_template_mode: true, //options.templatingMode === 'functional',
is_functional_template_mode: options.templatingMode === 'functional',
// these are set inside the `Fragment` visitor, and cannot be used until then
init: /** @type {any} */ (null),

Loading…
Cancel
Save