> `%name%(...)` can only be used during component initialisation
> Cannot use `{@render children(...)}` if the parent component uses `let:` directives. Consider using a named snippet instead
## render_tag_invalid_argument
## lifecycle_outside_component
> The argument to `{@render ...}` must be a snippet function, not a component or a slot with a `let:` directive or some other kind of function. If you want to dynamically render one snippet or another, use `$derived` and pass its result to `{@render ...}`
> `%name%(...)` can only be used during component initialisation
consterror=newError(`invalid_default_snippet\nCannot use \`{@render children(...)}\` if the parent component uses \`let:\` directives. Consider using a named snippet instead`);