-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
KeepAlive Dynamic Include Not Restoring State Properly #5747
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
Comments
In this case the case will be fine. In yuor case, i debugger the code find the This may be a bug. |
Seems related to #4984 but not sure if it's a duplicate. As a workaround use a ref for the array and replace the whole array instead of pushing: activeDialogs.value = activeDialogs.value.concat(name) |
Wonderful, thank y'all for the quick responses and workaround! |
duplicate of #4984 |
This issue is fixed by commit. |
This one seems to still be broken |
Closing as it can not reproduce anymore. see playground |
Version
3.2.33
Reproduction link
sfc.vuejs.org/
Steps to reproduce
What is expected?
When I click Set Show after performing the above steps, it should hide Thing! from being shown.
What is actually happening?
Set Show is triggered, but the values do not appear to be respected anymore, as Thing! never goes away no matter how many times Set Show is clicked.
The text was updated successfully, but these errors were encountered: