skirtle
skirtle
I think this may have been fixed in 3.4.22 by #9421.
I think this may have introduced a regression: #7973. I'm not sure of the cause, but testing locally it seems to work fine prior to this being merged.
There's an RFC discussion at that proposes a slightly different way of approaching this. I'm not sure which I prefer. --- Just to clarify, a single event can have multiple...
I've opened a PR to make using Pinia with the SFC Playground a little less troublesome: #7311. See the example link at the top of the PR.
I'm not sure what the best course of action is here. The current link does work. For anyone using Vue 2.6 I believe that would still be the correct plugin....
Yes, I meant adding tests to confirm that `0` renders nothing, without a warning or error. Your code contains a boundary condition of `source < 0`. Currently you've tested one...
Similar to #2089. I understand why that PR was closed, but the core Vue docs do include similar instructions for `bun` at .
I still think there's a problem with the testing here. The test confirms that stopping the `effectScope` doesn't throw an error, but it doesn't confirm that the watchers actually get...
Just in case this does get merged, I think the same change would need to be applied to the `onceHandler` a bit further down. --- As for whether it should...
Related: #5105.