You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We used named slots and the name of the TextArea.vue component was the same as the textarea html tag. Before version 3.4.15 this worked, after updating to version 3.4.15 the named slots stopped rendering, and we did not receive any console warnings or any errors in the logs at all, as if everything was fine
I understand that this is not a very good practice, but the problem is that we learned about this after receiving broken sites. Could you print a warning to the console that components are using a reserved word? In this case, the html tag
Or at least about slots not being rendered, if possible
The text was updated successfully, but these errors were encountered:
nestle49
changed the title
Since vue 3.4.15 slots not render with component same name like html tags
Since vue 3.4.15 named slots not render with component same name like html tags
Feb 24, 2024
Vue version
3.4.19
Link to minimal reproduction
https://github.com/nestle49/minimalReproduction
Steps to reproduce
What is expected?
Names slots are visible or warn
What is actually happening?
Named slots don't render
System Info
Any additional comments?
We used named slots and the name of the TextArea.vue component was the same as the textarea html tag. Before version 3.4.15 this worked, after updating to version 3.4.15 the named slots stopped rendering, and we did not receive any console warnings or any errors in the logs at all, as if everything was fine
I understand that this is not a very good practice, but the problem is that we learned about this after receiving broken sites. Could you print a warning to the console that components are using a reserved word? In this case, the html tag
Or at least about slots not being rendered, if possible
The text was updated successfully, but these errors were encountered: