Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.8k
Open
Description
Version
2.7.14
Reproduction link
Steps to reproduce
Click the change button
What is expected?
slot re-rendering
What is actually happening?
slot not re-rendering
To reproduce this issue, two conditions must be met
- Both
slot
andscopedSlot
are passed to the parent component - The parent component passes
$scopedSlots
to the child component
After deconstructing$scopedSlots
this issue resolved, but this issue is important for library developers because passing$scopedSlots
is a very common usage.
Metadata
Metadata
Assignees
Labels
No labels