-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slot throws warning when passed down to component and rerendered #3695
Labels
❗ p4-important
Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf.
🐞 bug
Something isn't working
Comments
ilicmarko
changed the title
Slot target readonly when passed down to component
Slot throws warning when passed down to component and rerendered
Apr 29, 2021
1 task
HcySunYang
added
🐞 bug
Something isn't working
🔨 p3-minor-bug
Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.
labels
Apr 30, 2021
Hi, I think this should be escalated and not flagged as a P3-monor-bug... vueComponent/ant-design-vue#3998 (comment) The number of warnings increases as the number of components on the page increases... |
This comment has been minimized.
This comment has been minimized.
HcySunYang
added
❗ p4-important
Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf.
and removed
🔨 p3-minor-bug
Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.
labels
May 23, 2021
Mark this as p4 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
❗ p4-important
Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf.
🐞 bug
Something isn't working
Version
3.0.11
Reproduction link
Gist with SFC Link
SFC Direct Link
Steps to reproduce
Create 3 components :
GrandParent
passes down all it's slots to theParent
component:Parent
component should render the slot inside theChild
In the root app (
App.vue
) call the GrandParent and add a slotNow asynchronously update the
data
array and Vue will throw a read-only warning for the given slot:What is expected?
Not to throw a warning
What is actually happening?
Throwing a warning but everything works.
This started happening after updating to
3.0.11
. AFAIK this is related to #3523 and started happening after this update.The text was updated successfully, but these errors were encountered: