Forwarded slots not updating using template tags #4123
Labels
❗ p4-important
Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf.
🐞 bug
Something isn't working
scope: compiler
scope: slots
Version
3.1.4
Reproduction link
SFC reproduction
Steps to reproduce
Click on the "Change data" button and see that the data doesn't change.
What is expected?
The item label should change.
What is actually happening?
The slot isn't rendering again
I came into this issue while forwarding slot like this:
Looking at the generated code, it looks as if normal slots are marked as forwarded, but tagged templates (e.g.
<template #default>
) are marked as stable.The text was updated successfully, but these errors were encountered: