-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
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
Fallback slot is not showing up #12116
Comments
Remove the |
@posva allright... I tested without the this and now that report I did it works BUT there seems to exist a biggest problem on this last release. I still think it is related with this. Not sure though. If I've a template with a v-if on a div + others html elements, for example:
On the last version it was working fine. But on this new one, I need to add an extra div with v-else:
Diff between both, the code I had before, and the one I need to have now: |
already fixed |
Version
2.6.13
Reproduction link
https://codepen.io/daniel4digital/pen/oNZqQgm
Steps to reproduce
Click the switch button, it will switch between two components with slots and without slots. The components without slots should not appear the slots passed to the components with slots
What is expected?
Should display the fallback slot, as it did on 2.6.12 with the key workaround:
https://codepen.io/daniel4digital/pen/XWMEyWE
What is actually happening?
Displays nothing:
https://codepen.io/daniel4digital/pen/oNZqQgm
PS: It is related with this fix: #11795
The text was updated successfully, but these errors were encountered: