Skip to content

Deep (slots) Vue island not hydrating since v1.4 #4970

Closed
@leomp12

Description

What version of astro are you using?

1.4.4

Are you using an SSR adapter? If so, which one?

Node

What package manager are you using?

pnpm

What operating system are you using?

Linux

Describe the Bug

May be related to #4942 👀

The example below works as expected until v1.3.1, since v1.4.0 my LoginOffcanvas Vue component is not interactive anymore:

<slot name="header">
  <TheHeader {...globalThis.TheHeaderProps}>
    <Fragment slot="buttons">
      <LoginOffcanvas client:idle {...globalThis.LoginOffcanvasProps} />
    </Fragment>
  </TheHeader>
</slot>

Link to Minimal Reproducible Example

https://stackblitz.com/edit/github-vzvsg1?file=src/pages/index.astro

Participation

  • I am willing to submit a pull request for this issue.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

- P4: importantViolate documented behavior or significantly impacts performance (priority)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions