Jason Sims
Jason Sims
This is still happening in Safari (or maybe it's a new issue), but only when the class name contains capital letters. Instead of removing the class name, the same one...
Figured it out, and it looks like it's a bug in Safari's DOM interface (occurs in both the desktop and mobile versions). Still broken in Safari 6.0.3 (which shipped with...
Alrighty, here's the reduced test case I sent in my bug report (ID: 13446153 @ bugreport.apple.com) (1) Create a new HTML document with the following contents: ``` ``` (2) Open...
Interestingly, if `className` has _any_ value before the first time `classList.add()` is called (either via the `class` attribute in the HTML itself, or by setting the `className` property), the `classList.add()`...
This isn't a proper test case for Bonzo (not really Bonzo's fault), but you can load it up in any browser and see what happens. I'm just using plain old...
@rvagg Yeah, definitely don't want to change how Bonzo works for _every_ browser. I don't even like the idea of doing any kind of workaround at all; I worry about...
Just noticed this bug is fixed in the current WebKit nightly (r152225). I kinda forgot about this until just now, so they might have fixed it awhile ago.
Seeing the same issue here (with 6.0.12). The previous [beta version](https://chrome.google.com/webstore/detail/vuejs-devtools/ljjemllljcmogpfapbkkighbhhppjdbg) (6.0.0.21) doesn't have this issue, so I just reverted to that for now. I'm not using Nuxt. Just Vue...
I have the same issue. We currently have a mix of Vue 2 (2.6.14) and Vue 3 (3.2.31) components. The beta version of Vue Dev Tools (6.0.0 beta 21) does...
Still not working here. Exact same issue as before (`An error occurred in hook 'walkComponentParents' with payload`, repeated over and over in the console). Reinstalling doesn't solve the problem. As...