owner stringclasses 14
values | repo stringclasses 14
values | id int64 116k 4.61B | issue_number int32 1 181k | author stringlengths 1 39 | body stringlengths 1 262k | created_at timestamp[us]date 2000-06-06 02:40:44 2026-06-02 20:16:18 | updated_at timestamp[us]date 2000-06-06 02:40:44 2026-06-02 20:22:56 | reactions unknown | author_association stringclasses 5
values |
|---|---|---|---|---|---|---|---|---|---|
vuejs | core | 1,945,249,438 | 10,338 | edison1105 | related to https://github.com/vuejs/core/pull/10311
/cc @zh-lx | 2024-02-15T02:02:11 | 2024-02-15T02:03:29 | {} | MEMBER |
vuejs | core | 1,945,553,187 | 10,341 | vladyslav-mikhieiev | I have a place where the alert points to a ref and this ref can be true or false. However, the component does not have computed. Ref is used to display markup after loading data in onMounted | 2024-02-15T08:12:57 | 2024-02-15T08:12:57 | {} | NONE |
vuejs | core | 1,950,438,001 | 10,341 | Drumstix42 | I don't think this warning makes any sense for simple use cases. As per this comment:
> I linked a pinia playground [here](https://play.pinia.vuejs.org/#eNqNVMFu2zAM/RXBFydAIrVIV2BZGmQbCmw7bMM67DLvoNpMok6WBElOAwT+91Fy7DhZg+YkkXwkHymKu+S9MXRTQTJNZh5KI7mHeaYImZn5J7BAhCN+DcR5jcKGywoIn5Ldjtf1jJnXoCpA1YtQ3kAiQNuSy1/ctsAZ... | 2024-02-17T22:17:53 | 2024-02-17T22:17:53 | {} | NONE |
vuejs | core | 1,897,854,198 | 10,147 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------- | ------------------ | ----------------- |
| runtime-dom.global.prod.js | 90.4 kB | 34.4 kB (**+1 B**) | 31 kB (**+4 B**) |
| vue.global.prod.js | 148 kB | 53.7... | 2024-01-18T06:01:37 | 2024-02-18T02:33:15 | {} | NONE |
vuejs | core | 1,951,579,664 | 9,421 | alexeyvokin | @sxzz check, pls🙏 | 2024-02-19T02:17:21 | 2024-02-19T02:17:21 | {} | NONE |
vuejs | core | 1,951,630,970 | 10,359 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------- | ------- | ------ |
| runtime-dom.global.prod.js | 90.4 kB | 34.4 kB | 31 kB |
| vue.global.prod.js | 148 kB | 53.7 kB | 48 kB |
### Usages
| Name | Size | Gzi... | 2024-02-19T03:30:25 | 2024-02-19T03:30:25 | {} | NONE |
vuejs | core | 1,951,695,880 | 10,348 | incutonez | @yyx990803 if that's the case, is it possible `__name` could be added to the docs? Otherwise, it feels unsafe to use because it's undocumented. | 2024-02-19T04:55:01 | 2024-02-19T04:55:01 | {} | NONE |
vuejs | core | 1,952,784,111 | 10,365 | jrgleason | From the plugin side....
https://github.com/rollup/plugins/issues/1683 | 2024-02-19T16:09:19 | 2024-02-19T16:09:19 | {} | NONE |
vuejs | core | 1,958,464,313 | 9,313 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/7997658136)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/7984217264) |
|-------|--------|----------------|
| language-tools | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/a... | 2024-02-22T00:49:33 | 2024-02-22T00:49:33 | {} | CONTRIBUTOR |
vuejs | core | 1,942,310,865 | 10,294 | MeesterDev | Maybe this exact issue was fixed, but in our applications several of our modals now pop-up when the app starts up, rather than being hidden. I'll see if I can create a minimal reproduction and create a new issue.
We'll probably just downgrade to 3.4.15 for now.
Created #10338 | 2024-02-13T19:53:30 | 2024-02-14T13:13:30 | {} | NONE |
vuejs | core | 1,951,341,914 | 9,363 | so1ve | /ecosystem-ci run | 2024-02-18T14:27:31 | 2024-02-18T14:27:31 | {
"+1": 1
} | MEMBER |
vuejs | core | 1,943,058,781 | 10,214 | lizthegrey | Confirmed that the fix worked fine for my case. | 2024-02-14T04:19:42 | 2024-02-14T04:19:42 | {} | NONE |
vuejs | core | 1,956,464,607 | 9,313 | edison1105 | > @edison1105 如果有多处teleport插入的节点都被规避掉,可能会导致插入位置不符合预期,渲染错位吧
比如说🤔️ | 2024-02-21T11:38:40 | 2024-02-21T11:38:40 | {} | MEMBER |
vuejs | core | 1,942,642,780 | 10,299 | johnsoncodehk | @SirH3nry you can add the following log in `triggerEffects` function at https://github.com/vuejs/core/blob/main/packages/reactivity/src/effect.ts to find it out.
```diff
export function triggerEffects(
dep: Dep,
dirtyLevel: DirtyLevels,
debuggerEventExtraInfo?: DebuggerEventExtraInfo,
) {
pauseScheduli... | 2024-02-13T21:34:28 | 2024-02-13T21:34:28 | {} | MEMBER |
vuejs | core | 1,943,739,513 | 8,119 | veodko | Out of curiosity, I tried updating the example repo to newest Vue 3.4.19 after reading about some reactivity improvements in #5912
but I need to say that this inconsistency still appears exactly as it was before, the computed value behaves differently in the built app than in dev.
In fact, building the app with `vi... | 2024-02-14T13:10:20 | 2024-02-14T13:10:20 | {} | NONE |
vuejs | core | 1,945,896,589 | 10,341 | Doctor-wu | BTW, I found usePiniaStore in computed will cause this warning, in this case, extract the store to outside can solve this.

| 2024-02-15T11:22:08 | 2024-02-15T11:22:08 | {} | MEMBER |
vuejs | core | 1,947,487,613 | 10,347 | LinusBorg | This seems unrelated to Vue. Might want to report to Vercel? | 2024-02-15T23:10:07 | 2024-02-15T23:10:07 | {} | MEMBER |
vuejs | core | 1,949,826,030 | 10,341 | Doctor-wu | > > Hey guys, I'm attempting to add some information about this warning, what information do you think is helpful?
>
> @Doctor-wu I've patched `reactivity.esm-bundler.js` and `runtime-core.esm-bundler.js` locally to include the `key` in the call to `computed()`, and pass it all the way through to the warning message. ... | 2024-02-17T06:44:19 | 2024-02-17T06:44:19 | {} | MEMBER |
vuejs | core | 1,950,243,107 | 10,341 | lehni | @Doctor-wu yes | 2024-02-17T16:00:22 | 2024-02-17T16:00:22 | {
"eyes": 1
} | CONTRIBUTOR |
vuejs | core | 1,950,970,405 | 10,353 | frankie-zeng | I found the commit, seems the change will effect work behavior in electron, relative issue, #10278 . the commit effect it?,https://github.com/vuejs/core/commit/bceccf9e21ea13c20c096cb352f0bed5ada52f1d
| 2024-02-18T05:47:34 | 2024-02-18T05:47:34 | {} | NONE |
vuejs | core | 1,956,395,510 | 10,368 | andrewbrennanfr | Ok seems a bit odd - then why even offer this in the first place, if the recommendation is to cast 😅 But OK understood. I can update my code. Thanks 🙏 | 2024-02-21T10:57:33 | 2024-02-21T10:57:33 | {} | NONE |
vuejs | core | 1,902,089,671 | 10,164 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------- | ------- | ------ |
| runtime-dom.global.prod.js | 90.4 kB | 34.4 kB | 31 kB |
| vue.global.prod.js | 148 kB | 53.7 kB | 48 kB |
### Usages
| Name | Size | Gzi... | 2024-01-20T13:04:52 | 2024-02-14T06:55:30 | {} | NONE |
vuejs | core | 1,948,031,388 | 10,341 | lehni | > Hey guys, I'm attempting to add some information about this warning, what information do you think is helpful?
@Doctor-wu I've patched `reactivity.esm-bundler.js` and `runtime-core.esm-bundler.js` locally to include the `key` in the call to `computed()`, and pass it all the way through to the warning message. It r... | 2024-02-16T09:27:22 | 2024-02-16T09:27:22 | {} | CONTRIBUTOR |
vuejs | core | 1,951,331,153 | 10,254 | mcmimik | I stumbled upon this [RFC](https://github.com/vuejs/rfcs/pull/188) that might shed some light on the discussion about input behavior in Vue, particularly regarding the concept of input's props as properties or like attributes. It resonates deeply with the issues we're encountering here, especially when it comes to the ... | 2024-02-18T13:47:39 | 2024-02-18T13:47:39 | {} | NONE |
vuejs | core | 1,931,867,414 | 10,290 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------- | ------------------- | ------------------- |
| runtime-dom.global.prod.js | 90.5 kB (**+97 B**) | 34.5 kB (**+59 B**) | 31 kB (**+4 B**) |
... | 2024-02-07T11:42:42 | 2024-02-18T16:07:46 | {} | NONE |
vuejs | core | 1,954,905,784 | 7,942 | lseguin1337 | Hello everyone ✋ I have a simpler solution for those who want to bootstrap their vue app inside a shadowRoot:
here is a simple vitejs plugin that will inject all styles using the adoptedStylesheets API.
Let me know if you face some limitation, and if you need a version for webpack.
https://github.com/lseguin1337... | 2024-02-20T19:22:16 | 2024-02-20T19:22:16 | {
"-1": 1,
"heart": 1
} | NONE |
vuejs | core | 1,956,197,734 | 9,313 | cicada-ah | @edison1105 如果有多处teleport插入的节点都被规避掉,可能会导致插入位置不符合预期,渲染错位吧 | 2024-02-21T09:10:59 | 2024-02-21T09:10:59 | {} | NONE |
vuejs | core | 1,941,759,653 | 10,299 | Doctor-wu | > Would it be possible to include the name of the computed or some sort of stack trace? My application is now getting a handful of these warnings and we're not sure which ones are problematic.
@SirH3nry You can add a breakpoint in devtools and find call stack there | 2024-02-13T15:16:31 | 2024-02-13T15:16:31 | {
"+1": 1
} | MEMBER |
vuejs | core | 1,943,863,804 | 10,299 | Doctor-wu | @SirH3nry Hey, let's create a new discussion to do the deeper investigate, and feel free to mention me there. I would consider to add more information about this warning as well. | 2024-02-14T14:15:28 | 2024-02-14T14:17:54 | {} | MEMBER |
vuejs | core | 1,951,384,067 | 10,354 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/7950385816)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/7926237744) |
|-------|--------|----------------|
| language-tools | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/a... | 2024-02-18T16:54:29 | 2024-02-18T16:54:29 | {} | CONTRIBUTOR |
vuejs | core | 1,956,121,140 | 10,353 | haoqunjiang | Can't reproduce. Please provide a runnable reproduction. | 2024-02-21T08:25:48 | 2024-02-21T08:25:48 | {} | MEMBER |
vuejs | core | 1,941,737,974 | 10,299 | ayochim | Would it be possible to include the name of the computed or some sort of stack trace? My application is now getting a handful of these warnings and we're not sure which ones are problematic. | 2024-02-13T15:09:26 | 2024-02-13T15:09:26 | {} | NONE |
vuejs | core | 1,945,575,976 | 10,341 | solaris7791 | it would be nice if the warning from commit https://github.com/vuejs/core/commit/f7ba97f9754a9882c1f6b1c07ca1a4040479dd13
could be disabled or at least made configurable
It occurs in common scenarios where deeper getter chains may retrigger effects.
As long its no endless recursion (which anyway cause a warning a... | 2024-02-15T08:21:34 | 2024-02-15T08:21:34 | {} | NONE |
vuejs | core | 1,685,855,005 | 9,012 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------- | ------------------- | ----------------- |
| runtime-dom.global.prod.js | 90.4 kB (**+28 B**) | 34.4 kB (**+11 B**) | 31 kB (**+14 B**) |
| vue.... | 2023-08-21T08:08:05 | 2024-02-17T06:43:14 | {} | NONE |
vuejs | core | 1,950,866,847 | 10,254 | NathanAP | > @NathanAP 由于您给的信息较少,[我按照你的言论所述无法复刻你当时的环境](https://play.vuejs.org/#eNrFVEtvGjEQ/iuWL4AK6wC9lEJEW+XQqi+1ucU5wO4ADl6v5QehQvz3jr08djchyi0XP2a+eX3j8Y5+0jrZeKAjOrapEdoRC87ra65ErgvjyJci132yMEVOWgmLt2DQ+lhDDGqIQQOxIwYWZF9iOEUlp6jlKi2UdUQKXCYB076776BizMpcMAu8OMi1nDnAGyHjNOaz6eVFBnIUTCecho1TwkrIyhxPATx4ATxmFee0S8t8e/lMJw+2UMjK... | 2024-02-18T03:07:40 | 2024-02-18T03:07:40 | {} | NONE |
vuejs | core | 1,951,229,710 | 9,121 | otomad | Synced. | 2024-02-18T11:51:26 | 2024-02-18T11:51:26 | {} | NONE |
vuejs | core | 1,951,382,057 | 10,354 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | -------------------- | -------------------- | ------------------- |
| runtime-dom.global.prod.js | 90.3 kB (**-119 B**) | 34.3 kB (**-69 B**) | 31 kB (**-17 B**... | 2024-02-18T16:46:01 | 2024-02-18T18:05:32 | {} | NONE |
vuejs | core | 2,336,560,912 | 11,428 | pkg-pr-new[bot] |
[Open in Stackblitz](https://pkg.pr.new/template/afa00e20-5756-4a0a-8641-cebead7b24e8)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@11428
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
pnpm add https://pkg.... | 2024-09-08T06:07:16 | 2024-09-10T09:52:54 | {} | NONE |
vuejs | core | 2,342,443,563 | 11,886 | edison1105 | computed no longer uses effect since v3.5
https://github.com/vuejs/core/blob/e596378e0be728dad7d60938449f3fa557ca2ec9/packages/reactivity/src/computed.ts#L22-L25 | 2024-09-11T01:35:55 | 2024-09-11T01:35:55 | {} | MEMBER |
vuejs | core | 2,343,155,717 | 11,886 | MuTsunTsai | Just happen to notice this issue and my project is affected by this as well. I need `computed` to pause reactivity if the scope is not "active" (like, when the corresponding workspace is not focused), in order to improve performance. | 2024-09-11T09:42:52 | 2024-09-11T09:42:52 | {} | NONE |
vuejs | core | 2,337,687,853 | 11,870 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/10770925930)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/10766825479) |
|-------|--------|----------------|
| language-tools | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/1... | 2024-09-09T10:05:56 | 2024-09-09T10:05:56 | {} | CONTRIBUTOR |
vuejs | core | 2,336,899,184 | 11,858 | pkg-pr-new[bot] |
[Open in Stackblitz](https://pkg.pr.new/template/1573cfdc-2ca2-4d75-b1bb-b541418fc90c)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@11858
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
pnpm add https://pkg.... | 2024-09-09T00:42:17 | 2024-09-09T14:20:49 | {} | NONE |
vuejs | core | 2,338,586,723 | 11,797 | charlesg99 | Thank you! Of course the real app is more complex and doesn't have a self referencing computed (directly that is, probably internally with object proxies or something). The computed causing problem with 3.5.3 uses a bunch of other computed and is passed throught props and such, so hard to pinpoint the exact cause and c... | 2024-09-09T16:40:57 | 2024-09-09T16:40:57 | {
"+1": 1
} | NONE |
vuejs | core | 2,245,425,533 | 11,428 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 100 kB | 37.7 kB | 34 kB |
| vue.global.prod.js | 159 kB | 57.6 kB | 51.3 kB |
### Usages
| Name | Size | Gzi... | 2024-07-23T14:33:08 | 2024-09-10T09:49:07 | {} | NONE |
vuejs | core | 2,340,381,676 | 11,880 | zh-lx | The cause of this bug is that during the execution of `mergeProps`, `my-info="default 1"` first adds `my-info` to `props`, then `v-bind="{ myInfo: 'default 2', 'my-info': 'Some value' }"` adds `myInfo` to `props` and updates the value of `my-info` (but does not change the order of the keys). During rendering, the keys ... | 2024-09-10T11:17:45 | 2024-09-10T11:17:45 | {} | CONTRIBUTOR |
vuejs | core | 2,342,456,524 | 11,889 | pkg-pr-new[bot] |
[Open in Stackblitz](https://pkg.pr.new/template/e8865009-5070-4317-8016-980425d2a4bd)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@11889
```
</p></details>
<details><summary><b>@vue/compiler-sfc</b></summary><p>
```
pnpm add https://pkg.... | 2024-09-11T01:51:49 | 2024-09-11T01:51:49 | {} | NONE |
vuejs | core | 2,345,197,524 | 11,900 | hengistchan | It also happens in Vue 3.4.x | 2024-09-12T03:32:07 | 2024-09-12T03:32:23 | {} | NONE |
vuejs | core | 2,339,394,076 | 11,870 | edison1105 | /ecosystem-ci run language-tools | 2024-09-10T00:43:00 | 2024-09-10T00:43:00 | {
"+1": 1
} | MEMBER |
vuejs | core | 2,339,395,548 | 11,870 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/10783651092)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/10766825479) |
|-------|--------|----------------|
| language-tools | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/1... | 2024-09-10T00:44:44 | 2024-09-10T00:44:44 | {} | CONTRIBUTOR |
vuejs | core | 2,339,492,763 | 5,312 | inlinecoder | As @NojusM suggested, the following does the trick:
```
<template
v-for="(_, name) in ($slots as {})"
:key="name"
#[name]
>
<slot :name />
</template>
```
Cast `$slots as {}`. | 2024-09-10T02:36:25 | 2024-09-10T02:36:25 | {} | NONE |
vuejs | core | 2,339,467,560 | 11,874 | pkg-pr-new[bot] |
[Open in Stackblitz](https://pkg.pr.new/template/d0d690f8-4248-4d05-a494-094ff4322343)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@11874
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
pnpm add https://pkg.... | 2024-09-10T02:06:46 | 2024-09-10T13:00:55 | {} | NONE |
vuejs | core | 2,342,456,248 | 11,889 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 100 kB | 37.7 kB | 34 kB |
| vue.global.prod.js | 159 kB | 57.6 kB | 51.3 kB |
### Usages
| Name | Size | G... | 2024-09-11T01:51:31 | 2024-09-11T01:51:31 | {} | NONE |
vuejs | core | 2,342,555,236 | 11,889 | Alfred-Skyblue | @jh-leong Agreed, thanks for the reminder. | 2024-09-11T03:38:46 | 2024-09-11T03:38:46 | {} | MEMBER |
vuejs | core | 2,342,753,466 | 11,861 | netlify[bot] | ### <span aria-hidden="true">❌</span> Deploy Preview for *vue-next-template-explorer* failed.
| Name | Link |
|:-:|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | a5550ee3cb0cfd61112b2e4761ad56e403338662 |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/s... | 2024-09-11T06:31:57 | 2024-09-11T06:31:57 | {} | NONE |
vuejs | core | 2,343,124,126 | 11,888 | LeftGamer1 | @edison1105 ohhhh, missed this line
Thanks a lot, will be waiting for a new Vue release :fire: | 2024-09-11T09:27:40 | 2024-09-11T09:27:40 | {} | NONE |
vuejs | core | 2,345,551,773 | 11,904 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 100 kB | 37.7 kB | 34 kB |
| vue.global.prod.js | 159 kB | 57.6 kB | 51.3 kB |
### Usages
| Name | Size | G... | 2024-09-12T08:07:01 | 2024-09-12T08:07:01 | {} | NONE |
vuejs | core | 2,345,637,243 | 11,639 | GalacticHypernova | Hey @yyx990803 , apologies for the second mention. I just wanted to confirm that the lack of response to my follow-up means you still don't think this is necessary despite the major performance difference, and not that you haven't seen my follow-up? If you think a difference of 12ms is not enough to warrant an optimiza... | 2024-09-12T08:37:58 | 2024-09-12T08:37:58 | {} | CONTRIBUTOR |
vuejs | core | 2,340,722,545 | 11,884 | pkg-pr-new[bot] |
[Open in Stackblitz](https://pkg.pr.new/template/18fb0ea8-a06e-40f7-86bd-d4beb5973460)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@11884
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
pnpm add https://pkg.... | 2024-09-10T13:10:53 | 2024-09-10T13:10:53 | {} | NONE |
vuejs | core | 2,342,519,300 | 11,891 | pkg-pr-new[bot] |
[Open in Stackblitz](https://pkg.pr.new/template/657ed74c-1664-48a2-a254-97d59f4fb644)
<details><summary><b>@vue/compiler-sfc</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-sfc@11891
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
pnpm add https://pkg.pr... | 2024-09-11T03:02:57 | 2024-09-11T03:15:33 | {} | NONE |
vuejs | core | 2,345,409,155 | 11,902 | edison1105 | @linzhe141
It seems that https://github.com/vuejs/core/pull/5428 is not the proper fix for both #11900 and #5407.
Could you give it a try to fix #5407? | 2024-09-12T06:49:58 | 2024-09-12T06:49:58 | {} | MEMBER |
vuejs | core | 2,345,540,500 | 11,902 | hengistchan | @linzhe141 can also update 3.4.x? same problem occurs in 3.4.x | 2024-09-12T08:01:43 | 2024-09-12T08:13:17 | {} | NONE |
vuejs | core | 2,345,836,287 | 11,908 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 100 kB | 37.7 kB | 34 kB |
| vue.global.prod.js | 159 kB | 57.6 kB | 51.3 kB |
### Usages
| Name | Size | G... | 2024-09-12T10:10:59 | 2024-09-12T10:10:59 | {} | NONE |
vuejs | core | 2,345,793,104 | 11,907 | pkg-pr-new[bot] |
[Open in Stackblitz](https://pkg.pr.new/template/a08ee2c6-0b03-42cc-95bd-7f8c5075cfe8)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@11907
```
</p></details>
<details><summary><b>@vue/compiler-sfc</b></summary><p>
```
pnpm add https://pkg.... | 2024-09-12T09:50:38 | 2024-09-12T13:31:35 | {} | NONE |
vuejs | core | 2,337,642,376 | 11,866 | KazariEX | It should be fixed by vuejs/language-tools#4823 | 2024-09-09T09:44:48 | 2024-09-09T09:44:48 | {
"heart": 3,
"rocket": 2
} | MEMBER |
vuejs | core | 2,340,722,464 | 11,884 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------ | ------------------- | -------------------- |
| runtime-dom.global.prod.js | 100 kB (**-33 B**) | 37.7 kB (**-10 B**) | 34 kB (**+5 B**) |
... | 2024-09-10T13:10:51 | 2024-09-10T13:10:51 | {} | NONE |
vuejs | core | 2,342,426,693 | 11,888 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 100 kB | 37.7 kB | 34 kB |
| vue.global.prod.js | 159 kB | 57.6 kB | 51.3 kB |
### Usages
| Name | Size | G... | 2024-09-11T01:15:37 | 2024-09-11T01:15:37 | {} | NONE |
vuejs | core | 2,342,953,396 | 11,861 | edison1105 | @linzhe141
I made some tweaks to your PR, see https://github.com/vuejs/core/pull/11861/commits/50dd486043d2dc6fa5c97f1559ce5dececa7bf91
the root cause of the first problem of #11851 is that the child component's `connectedCallback` is performed due to
https://github.com/vuejs/core/blob/50dd486043d2dc6fa5c97f1559ce5... | 2024-09-11T08:09:58 | 2024-09-11T08:45:57 | {} | MEMBER |
vuejs | core | 2,343,066,229 | 11,888 | LeftGamer1 | @edison1105 just curious, can this somehow affect the performance of TransitionGroup or make some uncontrolled bugs because of empty vnodes? What do you think? | 2024-09-11T09:03:04 | 2024-09-11T09:03:04 | {} | NONE |
vuejs | core | 2,345,414,418 | 11,902 | linzhe141 | > It seems that #5428 is not the proper fix for both #11900 and #5407.
> Could you give it a try to fix #5407?
yes, i will | 2024-09-12T06:53:21 | 2024-09-12T06:53:21 | {
"+1": 1
} | MEMBER |
vuejs | core | 2,337,630,146 | 11,870 | pkg-pr-new[bot] |
[Open in Stackblitz](https://pkg.pr.new/template/6ca10fb9-0486-4b68-938e-3a34417d70e6)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@11870
```
</p></details>
<details><summary><b>@vue/compiler-sfc</b></summary><p>
```
pnpm add https://pkg.... | 2024-09-09T09:40:36 | 2024-09-09T10:35:33 | {} | NONE |
vuejs | core | 2,338,563,898 | 11,797 | lehni | I'm ok with that if you are and no new issues come out of the woodwork because of it 😅 | 2024-09-09T16:29:11 | 2024-09-09T16:29:11 | {} | CONTRIBUTOR |
vuejs | core | 2,306,509,150 | 11,695 | pkg-pr-new[bot] |
[Open in Stackblitz](https://pkg.pr.new/template/4ba4de8d-95eb-4032-9c9c-f048d69fe54c)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@11695
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
pnpm add https://pkg.... | 2024-08-23T07:54:34 | 2024-09-10T07:48:04 | {} | NONE |
vuejs | core | 2,342,533,586 | 11,887 | jh-leong | This behavior seems to be expected.
You should use `error: () => ''` instead, see [Playground](https://play.vuejs.org/#eNqdUk1rAjEQ/SshFxVkPWgvslr64aE9tNL2GCjL7uwazSYhH6sg+987yaJdpEjbS5i894a8mbwjvdM6aTzQOU1tbrh2RGSyWjDqLKPEgvN6yWSupHVEG6UtWZA9d5tHKDMvnB0ySUgBJZewDnR6DAAhYIwyt3Pi5U6qvQxguxyOxqHoS+ZkOCKLJRmUSg0i2+I5Yj... | 2024-09-11T03:14:17 | 2024-09-11T03:14:17 | {
"+1": 2
} | MEMBER |
vuejs | core | 2,342,539,005 | 11,889 | jh-leong | I think we shouldn't extend the `NativeType` with `unknown`, as this behavior is expected. See https://github.com/vuejs/core/issues/11887#issuecomment-2342533586 | 2024-09-11T03:20:27 | 2024-09-11T03:20:27 | {} | MEMBER |
vuejs | core | 2,343,092,295 | 11,884 | edison1105 | LGTM.
> once: (3.4+) run the callback only once. The watcher is automatically stopped after the first callback run.
we should follow the document. https://vuejs.org/api/reactivity-core.html#watch | 2024-09-11T09:13:09 | 2024-09-11T09:13:09 | {} | MEMBER |
vuejs | core | 2,345,281,902 | 11,901 | ppyl-datBoi | **Solution:** After I removed {deep: true} in all "watch" functions the problem disappeared.
But because of the many such "watch " now I will have to reconsider the logic in the application. | 2024-09-12T05:05:40 | 2024-09-12T05:05:40 | {} | NONE |
vuejs | core | 2,345,703,695 | 11,899 | edison1105 | /ecosystem-ci run | 2024-09-12T09:09:08 | 2024-09-12T09:09:08 | {
"+1": 1
} | MEMBER |
vuejs | core | 2,337,674,364 | 11,870 | edison1105 | /ecosystem-ci run | 2024-09-09T09:59:52 | 2024-09-09T09:59:52 | {
"+1": 1
} | MEMBER |
vuejs | core | 2,338,560,151 | 11,797 | yyx990803 | @lehni ok in that case we should re-revert it then 😅 | 2024-09-09T16:27:17 | 2024-09-09T16:27:17 | {
"heart": 1
} | MEMBER |
vuejs | core | 2,340,807,581 | 11,874 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/10793477482)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/10766825479) |
|-------|--------|----------------|
| language-tools | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/1... | 2024-09-10T13:34:10 | 2024-09-10T13:34:10 | {} | CONTRIBUTOR |
vuejs | core | 2,342,686,877 | 11,893 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 100 kB | 37.7 kB | 34 kB |
| vue.global.prod.js | 159 kB | 57.6 kB | 51.3 kB |
### Usages
| Name | Size | G... | 2024-09-11T05:57:28 | 2024-09-11T05:57:28 | {} | NONE |
vuejs | core | 2,345,323,333 | 11,901 | jh-leong | Could you please check the reproduction link? It seems to be inaccessible. | 2024-09-12T05:46:00 | 2024-09-12T05:46:00 | {} | MEMBER |
vuejs | core | 2,345,390,838 | 11,901 | ppyl-datBoi | I can't provide full repro code because I have a complex commercial project from which it is difficult to extract repro code. The fact is that "watch" with {deep: true} starts to leak. | 2024-09-12T06:37:59 | 2024-09-12T06:37:59 | {} | NONE |
vuejs | core | 2,345,836,681 | 11,908 | pkg-pr-new[bot] |
[Open in Stackblitz](https://pkg.pr.new/template/b37b400d-f4c7-40b7-bc0a-495b938e92fc)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@11908
```
</p></details>
<details><summary><b>@vue/compiler-sfc</b></summary><p>
```
pnpm add https://pkg.... | 2024-09-12T10:11:12 | 2024-09-12T10:11:12 | {} | NONE |
vuejs | core | 2,342,500,517 | 11,890 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 100 kB | 37.7 kB | 34 kB |
| vue.global.prod.js | 159 kB | 57.6 kB | 51.3 kB |
### Usages
| Name | Size | G... | 2024-09-11T02:40:58 | 2024-09-11T02:40:58 | {} | NONE |
vuejs | core | 2,342,687,070 | 11,893 | pkg-pr-new[bot] |
[Open in Stackblitz](https://pkg.pr.new/template/a02c9cc7-0761-4b5f-ace0-d6b313e7fc49)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@11893
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
pnpm add https://pkg.... | 2024-09-11T05:57:39 | 2024-09-11T05:57:39 | {} | NONE |
vuejs | core | 2,343,050,707 | 11,888 | edison1105 | @LeftGamer1
> Thanks for the fix, what is the approximate release date?
I'm not sure exactly when to merge, after all, it's just a warning, it's not a high-priority.
>Checked out on Vue2 with the same code - everything fine, only real children without whitespace VNodes.
I'm not sure how `transitionGroup` in ... | 2024-09-11T08:56:05 | 2024-09-11T08:56:05 | {} | MEMBER |
vuejs | core | 2,344,989,871 | 11,886 | ryanlin1986 | My request is to dispose(stop forever, not pause) computed while I don't need it. | 2024-09-11T23:53:46 | 2024-09-11T23:53:46 | {} | NONE |
vuejs | core | 2,345,116,269 | 11,899 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 100 kB | 37.7 kB | 34 kB |
| vue.global.prod.js | 159 kB | 57.6 kB | 51.3 kB |
### Usages
| Name | Size | G... | 2024-09-12T02:11:04 | 2024-09-12T02:11:04 | {} | NONE |
vuejs | core | 2,345,161,508 | 8,536 | edison1105 | is this PR still needed since #8505 closed with unmerge? | 2024-09-12T02:51:20 | 2024-09-12T02:51:20 | {} | MEMBER |
vuejs | core | 2,345,363,951 | 11,900 | edison1105 | duplicate of https://github.com/vuejs/core/issues/5407 | 2024-09-12T06:19:10 | 2024-09-12T06:19:10 | {} | MEMBER |
vuejs | core | 2,345,402,553 | 11,901 | edison1105 | We can't analyze the bug without a runnable minimal reproduction.
Please follow the issue requirement. | 2024-09-12T06:45:45 | 2024-09-12T06:45:56 | {} | MEMBER |
vuejs | core | 2,345,692,429 | 11,902 | edison1105 | @hengistchan
Probably not. It's an edge case, removing the comment node will work. | 2024-09-12T09:03:58 | 2024-09-12T09:03:58 | {
"+1": 1
} | MEMBER |
vuejs | core | 2,337,706,782 | 6,973 | edison1105 | I think this is outside the scope of vue. the developers should ensure that custom elements are not registered many times.
[Playground](https://play.vuejs.org/#eNp9UstOwzAQ/BXjSxIppIL2VIVKUPUAB0DA0Zco2bQufkR+lKIq/87a6UuocNvdmV3NjL2j911XbDzQKS1tbXjniAXnuxlTXHbaOLIjBtq8gZYrmHvrtFwIkKBcvupJa7QkCe4nTDFVa2UdmWvZkTtyYSPdMU... | 2024-09-09T10:15:19 | 2024-09-09T10:15:19 | {} | MEMBER |
vuejs | core | 2,337,960,541 | 11,797 | lehni | @yyx990803 fully agreeing with you here. But I'd like to point out that the change did not break other idiomatic usage. What I pointed out was another anti-pattern that it broke, leading to its reversal. I still think that leaving this change in would have been the better choice. | 2024-09-09T12:13:58 | 2024-09-09T12:14:28 | {} | CONTRIBUTOR |
vuejs | core | 2,339,830,195 | 9,121 | pkg-pr-new[bot] |
[Open in Stackblitz](https://pkg.pr.new/template/ec1687d6-edca-4984-ab29-ab6fe520304d)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@9121
```
</p></details>
<details><summary><b>@vue/compiler-sfc</b></summary><p>
```
pnpm add https://pkg.p... | 2024-09-10T07:01:44 | 2024-09-10T07:01:44 | {} | NONE |
vuejs | core | 2,340,176,089 | 9,076 | mikahozz | I'm experiencing this same issue. I'm actually trying to throw a custom Error from OnServerPrefetch and stop the execution of the component immediately. But it's impossible since Vue/Node will crash in a somewhat random spot even though I have try-catch on higher levels. The "random" crash place seems to be around exec... | 2024-09-10T09:42:26 | 2024-09-10T09:42:26 | {} | NONE |
vuejs | core | 2,339,467,276 | 11,874 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 100 kB | 37.7 kB | 34 kB |
| vue.global.prod.js | 159 kB | 57.6 kB | 51.3 kB |
### Usages
| Name | Size | G... | 2024-09-10T02:06:25 | 2024-09-10T12:57:24 | {} | NONE |
vuejs | core | 2,342,732,085 | 11,886 | Shyam-Chen | I think I will use `ref` along with either `watch` or `watchEffect`. | 2024-09-11T06:26:01 | 2024-09-11T06:26:01 | {} | CONTRIBUTOR |
vuejs | core | 2,342,739,695 | 11,872 | edison1105 | I’m not sure if this is considered a bug. It seems more like an undocumented breaking change. | 2024-09-11T06:28:07 | 2024-09-11T06:28:07 | {} | MEMBER |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.