fix: typecheck

fix-props-wrong-value-onunmount
paoloricciuti 1 year ago
parent 48adf81220
commit 8bd65ca738

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

Loading…
Cancel
Save