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

:slotted styles not being applied if slot is wrapped in TransitionGroup #7532

Open
anatolykopyl opened this issue Jan 13, 2023 · 0 comments · May be fixed by #7541
Open

:slotted styles not being applied if slot is wrapped in TransitionGroup #7532

anatolykopyl opened this issue Jan 13, 2023 · 0 comments · May be fixed by #7541
Labels
has PR A pull request has already been submitted to solve the issue scope: slots scope: transition

Comments

@anatolykopyl
Copy link

Vue version

3.2.45

Link to minimal reproduction

https://sfc.vuejs.org/#eNp9UstOw0AM/BVrLwVEs/cQVUIcEHeOuaTJtk3JPrR2glCUf8fOSykgThm/ZuzZ9Oo5hKRrjUpVhmWsAwEaasMhd7UNPhL0EM0JBjhFb2HHrbu19OJtmPOJlkCYuJzpiYpJOCBjQ1OQ4Qggk7YRMa7qboYAb1B5tyO4FJ2BAt5j4bCm2rvX6NswD+hlIhvlRviL9cfoqnAjJ4L/SW3FBP9Fui6R6c2N6lFN9uxtEZIresfe9uOmcwFzlcKYkRxbJnGuLkQBU63xVIqPV0x8PGtGSWwd1dYkBu3+GP0nmsjEuRKKIXcDSy7uyztulslpvZohNp4O/DjymQ6Yijf7c4j01RjA0gdTjY2pjJCp7h7ul8WPRflxZitclfIPUj3NuzC7DIsPwzdVbMkH

Steps to reproduce

Wrap the slot contents in a TransitionGroup

What is expected?

The :slotted selector should style the contents of the TransitionGroup

What is actually happening?

Styles are not being applied to the contents of the TransitionGroup

System Info

No response

Any additional comments?

:deep can be used instead and it doesn't have the same bug, but it may not be the perfect solution in all cases.

@haoqunjiang haoqunjiang added scope: transition scope: slots has PR A pull request has already been submitted to solve the issue labels Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
has PR A pull request has already been submitted to solve the issue scope: slots scope: transition
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants