-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
[Bug Report] VRipple - NotFoundError: The object can not be found here. #13457
Comments
Found another instance of this in our logs, this time with a more detailed error message but the same stack trace, from Chrome Mobile WebView 90.0
|
Same here. I use v2.4.11 on Brave brower (w10 x86_64).
|
Happens here as well when buttons are hidden in a |
Got the same issue in iOS with version 2.6.1. I think it's caused by the delayed clean up code on ripple animation. |
…e-remove check parent before calling removeChild (vuetifyjs#13457)
Still happening in 3.0.0-beta.9 in Brave and Chrome mobile simulation when using buttons within a card that has the to-prop. Works as expected in Firefox. |
Steps to reproduce:
|
I am removing a vuetify version 3.0.0-beta.10. If I add |
Environment
Vuetify Version: 2.4.9
Vue Version: 2.6.11
Browsers: Safari (Mobile Safari UI/WKWebView 14.4)
OS: iOS
Steps to reproduce
Unable to reproduce myself - this is an error from a user's device that was captured by our error logs. Not even sure what conditions reproduce this. However, we're seeing this error in the error logs for our production app, and it seems clear enough what's going on -
vuetify/packages/vuetify/src/directives/ripple/index.ts
Line 151 in ed6f621
Expected Behavior
No errors
Actual Behavior
This is the full stack trace - there is no more detail in the logs than this. This line maps to
vuetify/packages/vuetify/src/directives/ripple/index.ts
Line 151 in ed6f621
Reproduction Link
No reproduction link, unfortunately. I think this should be fixable without a repro by just adding a check that the element being removed does belong to the parent it is being removed from before removing it.
Other comments
The text was updated successfully, but these errors were encountered: