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
New slot syntax doesn't work the same way as old syntax (in some cases) #12232
Comments
Hey, thanks for the detailed report. On first sight this might rather be a bug with a special combination of slot usage. We'll investigate. |
Online Reproduction link: https://jsbin.com/sakiwam/edit?html,output |
As I investigated, the problem is inside |
…default slot. close vuejs#12232
Version
2.6.14
Reproduction link
https://github.com/hivokas/vue-2-slots-issue
Steps to reproduce
npm run serve
What is expected?
Preview updates with both old and new slot syntax (here: https://github.com/hivokas/vue-2-slots-issue/blob/cd7f3a6db790472b88421a1497ae14d4135d23ef/src/components/PublishToSocialStep.vue#L4).
What is actually happening?
Preview updates with old slot syntax, but doesn't update with new slot syntax.
Video demonstration of the problem:
20.August.2021.-.Loom.Recording.mp4
I've updated the old deprecated slot syntax to the new one.
The text was updated successfully, but these errors were encountered: