Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic component not rendering slot tree #13177

Closed
Dimas-e63s opened this issue Mar 15, 2024 · 1 comment
Closed

Dynamic component not rendering slot tree #13177

Dimas-e63s opened this issue Mar 15, 2024 · 1 comment

Comments

@Dimas-e63s
Copy link

Vue version

2.6.12

Link to minimal reproduction

https://codepen.io/Dimi_0-o/pen/QWPKENG?editors=1010

Steps to reproduce

  1. Open https://codepen.io/Dimi_0-o/pen/QWPKENG?editors=1010 with chrome, full width,
  2. click the "Open Create Modal", the modal with text-field renders properly
  3. Decrease the width of the window so that you hit the mobile media query (max-width: 800px)
  4. the modal is now in fullscreen but label of text-field is not rendered

What is expected?

the label of text-field should be rendered

What is actually happening?

once a dynamic update of the drawer component, the label of text-field (slot) is not rendered

System Info

No response

Any additional comments?

It's the same issue as this one #6891, however, git history shows that there were fixes to this issue in version 2.5.3, but the bug still appears in 2.6.12

@LinusBorg LinusBorg transferred this issue from vuejs/core Mar 15, 2024
@posva
Copy link
Member

posva commented Mar 15, 2024

Only open issues with minimal repros (no vuetify). Open a new one if you manage to boil it down or ask for help on Discord

@posva posva closed this as not planned Won't fix, can't repro, duplicate, stale Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants