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
If anyone else have this issue and need a hack to solve this problem you can use <div style="display: none;"></div> inside the slot. Then it works again.
Vue version
3.3.4
Link to minimal reproduction
https://stackblitz.com/edit/vue-mbuqlf?file=src%2FApp.vue
Steps to reproduce
What is expected?
After 3 seconds the slot content gets replaced with
After 123
.What is actually happening?
A error gets thrown and the default slot content gets rendered:

System Info
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: