<!-- This file is generated by scripts/process-messages/index.js. Do not edit! --> ### invalid_default_snippet ``` Cannot use `{@render children(...)}` if the parent component uses `let:` directives. Consider using a named snippet instead ``` ### lifecycle_outside_component ``` `%name%(...)` can only be used during component initialisation ``` ### store_invalid_shape ``` `%name%` is not a store with a `subscribe` method ``` ### svelte_element_invalid_this_value ``` The `this` prop on `<svelte:element>` must be a string, if defined ```