Component slots not rendering with 2 forwarded slots #4244
Labels
🔨 p3-minor-bug
Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.
has workaround
A workaround has been found to avoid the problem
🐞 bug
Something isn't working
scope: reactivity
Version
3.2.0-beta.7
Reproduction link
Reporduction link
Steps to reproduce
Press the
increment count
buttonWhat is expected?
The counts should be the same
What is actually happening?
The count in the default slot of the child is not re-rendering. So the count is not the same.
The text was updated successfully, but these errors were encountered: