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,892,386,951
10,120
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/7530937279) | suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/7524535060) | |-------|--------|----------------| | language-tools | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/753...
2024-01-15T15:31:33
2024-01-15T15:31:33
{}
CONTRIBUTOR
vuejs
core
1,893,039,738
10,123
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/7536772812) | suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/7524535060) | |-------|--------|----------------| | language-tools | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/753...
2024-01-16T04:06:45
2024-01-16T04:06:45
{}
CONTRIBUTOR
vuejs
core
1,890,284,517
10,101
johnsoncodehk
/ecosystem-ci run
2024-01-13T03:39:22
2024-01-13T03:39:22
{ "+1": 1 }
MEMBER
vuejs
core
1,892,300,876
10,100
ViniPequeno
Same error. I had to keep the fixed versions to continue development. "pinia": "2.0.16", "quasar": "^2.11.5", "vue": "3.2.37",
2024-01-15T14:40:44
2024-01-15T14:40:44
{}
NONE
vuejs
core
1,893,226,602
10,129
chanmanthau
ok,please wait a moment.
2024-01-16T07:55:46
2024-01-16T07:55:46
{}
NONE
vuejs
core
1,890,920,872
10,107
yongjias
Changing a ref variable in a computed, then use this computed variable in template twice, this will make the issue in vue 3.4.13
2024-01-14T11:12:06
2024-01-14T11:12:06
{}
NONE
vuejs
core
1,892,268,451
10,098
LinusBorg
> still not fixed when having multiple layouts. reverting to 3.4.8 fixes it and it doesn't work on 3.4.9 Create a repro, open an issue, and we can check it out. Thanks.
2024-01-15T14:22:57
2024-01-15T14:22:57
{}
MEMBER
vuejs
core
1,892,874,144
10,123
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------- | ------------------- | ------------------- | | runtime-dom.global.prod.js | 89.9 kB (**+95 B**) | 34.3 kB (**+58 B**) | 30.9 kB (**+72 B**) | ...
2024-01-15T23:36:11
2024-01-16T03:53:26
{}
NONE
vuejs
core
1,893,221,725
10,129
Doctor-wu
Can you provide a minimal reproduction in `stackblitz` or some similar platform?
2024-01-16T07:51:15
2024-01-16T07:52:34
{}
MEMBER
vuejs
core
1,890,249,283
10,098
dethdkn
Mine worked just by downgrading to 3.4.10, I guess its a 3.4.11 thing. Hope they fix it asap 🙏 ``` "devDependencies": { "vue": "3.4.10" }, "overrides": { "vue": "3.4.10" } ```
2024-01-13T02:00:47
2024-01-13T02:00:47
{}
NONE
vuejs
core
1,890,385,548
9,920
skirtles-code
Should this PR be updated to point at the `main` branch?
2024-01-13T08:54:14
2024-01-13T08:54:14
{}
CONTRIBUTOR
vuejs
core
1,891,429,656
10,112
renovate[bot]
### Edited/Blocked Notification Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ **Warning**: custom changes will be lost.
2024-01-15T07:00:51
2024-01-15T07:00:51
{}
CONTRIBUTOR
vuejs
core
1,891,816,924
10,098
AnzhiZhang
> 在nuxt3.91没有修复 this is not related to this issue, please discuss it in relevant repo
2024-01-15T10:25:50
2024-01-15T10:25:50
{}
NONE
vuejs
core
1,892,234,418
10,114
Doctor-wu
I think the key to this problem is the `computed` was mutated in render lead the `computed` was marked to `Dirty` after the invocation of the `render` function. And I think that is a dangerous state of `computed` (marked as dirty, which means it won't be reactive anymore)
2024-01-15T14:02:51
2024-01-15T14:02:51
{}
MEMBER
vuejs
core
1,892,874,736
10,123
johnsoncodehk
/ecosystem-ci run
2024-01-15T23:37:20
2024-01-15T23:37:20
{ "+1": 1 }
MEMBER
vuejs
core
1,890,067,861
9,451
cyrilf
Quick mention that an issue (vuejs/language-tools#3830) is already open in order to add support for that new feature. So if your Typescript or Eslint is complaining, just be patient. :hourglass_flowing_sand:
2024-01-12T22:32:48
2024-01-12T22:32:48
{ "+1": 4 }
CONTRIBUTOR
vuejs
core
1,890,239,326
10,101
johnsoncodehk
/ecosystem-ci run
2024-01-13T01:35:54
2024-01-13T01:35:54
{ "+1": 1 }
MEMBER
vuejs
core
1,890,455,377
10,103
philly-vanilly
> You can use it like this > > ```ts > const [model, modifier] = defineModel<string, 'trim'>({ > set(value) { // I cannot use value?: string here, because value is wrongly derived from defineModel-generic as number > if (modifier.trim) return value?.trim(); > return value; > }, > get(value){ > ...
2024-01-13T13:15:42
2024-01-13T13:15:42
{}
NONE
vuejs
core
1,890,589,333
9,647
wangcch
@rijenkii Thank you very much ~ Cool~ This is indeed a way. `v-model` also works. ```diff -- { props: ["modelValue", "ononUpdate:modelValue"] as never }, ++ { props: ["modelValue", "onUpdate:modelValue"] as never }, ``` [input playground](https://play.vuejs.org/#eNqVVNtu00AQ/ZXRPhBHcm2FgpBMEgRVH4rERbQgoW4f3Hh...
2024-01-13T16:44:35
2024-01-13T16:44:35
{ "+1": 1 }
NONE
vuejs
core
1,890,996,696
10,051
PP-Tom
In the latest update I'm getting hydration errors on how whitespace is handled ``` - rendered on server: "\n\t\t\tAll\n\t\t" - expected on client: "\r\n\t\t\tAll\r\n\t\t" ``` My vue settings for whitespace are as follows: ``` vue: { compilerOptions: { whitespace: 'preserve' } } ```
2024-01-14T16:22:37
2024-01-14T16:22:37
{}
NONE
vuejs
core
1,892,884,642
10,123
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/7535040922) | suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/7524535060) | |-------|--------|----------------| | language-tools | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/753...
2024-01-15T23:51:37
2024-01-15T23:51:37
{}
CONTRIBUTOR
vuejs
core
1,889,700,019
10,099
LinusBorg
This is all expected. 1. When you replace the array with a new, empty one, then `Test` will be unmounted without first receiving the new, empty array. 2. But when you change the length of the existing array, and have a sync watch on that in the `Test`component, that watch will trigger before the unmount (which happ...
2024-01-12T17:35:25
2024-01-12T17:35:25
{}
MEMBER
vuejs
core
1,889,781,995
10,098
davision
This one almost made my head explode today, breaking my static pages based on Nuxt. But it is good to know that it was not my fault :)
2024-01-12T18:41:13
2024-01-12T18:41:13
{ "laugh": 11 }
NONE
vuejs
core
1,890,289,464
10,101
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/7510059297) | suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/7498106478) | |-------|--------|----------------| | language-tools | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/751...
2024-01-13T03:46:43
2024-01-13T03:46:43
{}
CONTRIBUTOR
vuejs
core
1,890,289,636
10,091
Doctor-wu
It's a pity that it didn't really solve the problem. It is challenging to include numerous complex cases in the core tests. I believe it would be reasonable to allow the ecosystem to develop more complex cases. Perhaps we should run the ecosystem CI before merging
2024-01-13T03:47:40
2024-01-13T03:49:31
{ "heart": 1 }
MEMBER
vuejs
core
1,890,747,060
10,105
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 89.8 kB | 34.2 kB | 30.8 kB | | vue.global.prod.js | 147 kB | 53.5 kB | 47.7 kB | ### Usages | Name | Size |...
2024-01-13T19:28:20
2024-01-13T19:28:20
{}
NONE
vuejs
core
1,891,258,285
10,112
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 89.8 kB | 34.2 kB | 30.8 kB | | vue.global.prod.js | 147 kB | 53.5 kB | 47.7 kB | ### Usages | Name | Size |...
2024-01-15T03:47:44
2024-01-15T03:47:44
{}
NONE
vuejs
core
1,892,194,911
10,114
yyx990803
You are looking at an outdated repro, there is a `setTimeout` (I edited the link a few times)
2024-01-15T13:38:42
2024-01-15T13:49:09
{ "eyes": 1 }
MEMBER
vuejs
core
1,892,374,749
10,120
yyx990803
/ecosystem-ci run
2024-01-15T15:24:16
2024-01-15T15:24:16
{ "+1": 1 }
MEMBER
vuejs
core
1,892,376,543
10,119
yyx990803
Looks like the quasar fail is a flaky transition test. Re-running to be sure.
2024-01-15T15:25:23
2024-01-15T15:25:23
{ "heart": 1 }
MEMBER
vuejs
core
1,892,962,774
9,373
xesxen
Resolved the merge conflicts
2024-01-16T02:02:01
2024-01-16T02:02:01
{}
CONTRIBUTOR
vuejs
core
1,889,892,099
10,098
urbgimtam
Just to add that another symptom is the "Vue DevTools" extension also stops working.
2024-01-12T20:12:07
2024-01-12T20:12:07
{}
NONE
vuejs
core
1,890,136,447
10,100
eitalouarruda
same here
2024-01-12T23:21:43
2024-01-12T23:21:43
{}
NONE
vuejs
core
1,890,339,948
10,102
jacekkarczmarczyk
https://vuejs.org/guide/components/props.html#boolean-casting
2024-01-13T06:26:53
2024-01-13T06:26:53
{ "+1": 1 }
CONTRIBUTOR
vuejs
core
1,890,918,182
10,107
yongjias
Yes, please see attached zip file. I found use a ref variable twice in template can make trouble in vue 3.4.13. Best, Yongjia ________________________________ 发件人: yangxiuxiu ***@***.***> 发送时间: 2024年1月14日 16:32 收件人: vuejs/core ***@***.***> 抄送: yongjias ***@***.***>; Author ***@***.***> 主题: Re: [vuejs/core] ...
2024-01-14T11:00:42
2024-01-14T11:00:42
{ "eyes": 1 }
NONE
vuejs
core
1,890,927,091
10,107
jacekkarczmarczyk
Computeds should not have side effects
2024-01-14T11:39:53
2024-01-14T11:39:53
{ "+1": 2 }
CONTRIBUTOR
vuejs
core
1,891,812,099
10,098
djixadin
still not fixed when having multiple layouts. reverting to 3.4.8 fixes it and it doesn't work on 3.4.9
2024-01-15T10:22:50
2024-01-15T10:35:08
{ "+1": 9 }
NONE
vuejs
core
1,859,453,106
8,639
Alfred-Skyblue
> @Alfred-Skyblue 这个 PR 有合并计划吗?因为我启动了新项目,这导致我在很多地方需要在定时器中处理事件。 Waiting for review
2023-12-18T02:38:59
2023-12-18T02:38:59
{}
MEMBER
vuejs
core
1,647,413,810
8,830
baiwusanyu-c
TODO: ✅ add unit test ps:We may not be able to set all css variables to style custom elements, because this is a relatively large change. In fact, issues like #8826 should only occur with `:host` selectors. Can we set these css variables more precisely?
2023-07-24T08:04:09
2023-12-19T09:36:50
{}
MEMBER
vuejs
core
1,863,792,142
9,134
codspeed-hq[bot]
## [CodSpeed Performance Report](https://codspeed.io/vuejs/core/branches/Alfred-Skyblue:fix-node-insertBefore) ### Merging #9134 will **not alter performance** <sub>Comparing <code>Alfred-Skyblue:fix-node-insertBefore</code> (1644baf) with <code>main</code> (9fa8241)</sub> ### Summary `✅ 53` untouched benchmarks ...
2023-12-20T03:27:55
2023-12-20T03:27:55
{}
NONE
vuejs
core
1,858,902,827
9,852
posva
I transferred this with a vue only repro as I couldn’t find any similar issue here
2023-12-16T18:39:12
2023-12-16T18:40:31
{}
MEMBER
vuejs
core
1,859,383,965
8,639
stoner-w
@Alfred-Skyblue 这个 PR 有合并计划吗?因为我启动了新项目,这导致我在很多地方需要在定时器中处理事件。
2023-12-18T01:21:39
2023-12-18T01:21:39
{}
NONE
vuejs
core
1,862,368,122
7,437
sxzz
Resolved in #7447
2023-12-19T09:01:11
2023-12-19T09:01:11
{ "+1": 1 }
MEMBER
vuejs
core
1,858,823,390
9,851
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------- | ------------------- | ------------------- | | runtime-dom.global.prod.js | 87.1 kB (**+94 B**) | 33.1 kB (**+17 B**) | 29.9 kB (**+37 B**) | ...
2023-12-16T13:50:18
2023-12-16T13:50:18
{}
NONE
vuejs
core
1,859,589,678
9,313
edison1105
/ecosystem-ci run
2023-12-18T05:37:09
2023-12-18T05:37:09
{ "+1": 1 }
MEMBER
vuejs
core
1,862,423,866
8,830
codspeed-hq[bot]
## [CodSpeed Performance Report](https://codspeed.io/vuejs/core/branches/baiwusanyu-c:bwsy/fix/CEHostSelector) ### Merging #8830 will **not alter performance** <sub>Comparing <code>baiwusanyu-c:bwsy/fix/CEHostSelector</code> (0308e0d) with <code>main</code> (bae79dd)</sub> ### Summary `✅ 53` untouched benchmarks ...
2023-12-19T09:38:03
2023-12-19T09:38:03
{}
NONE
vuejs
core
1,863,252,856
9,865
theoephraim
Quick question - I just updated my vue version and I'm still seeing the issue (even though I can see it resolved in the playground). Is that because the code is compiler related and I need to wait for @vitejs/plugin-vue to update to the latest version? Thanks so much!
2023-12-19T18:06:40
2023-12-19T18:06:40
{}
NONE
vuejs
core
1,859,501,454
9,860
codspeed-hq[bot]
## [CodSpeed Performance Report](https://codspeed.io/vuejs/core/branches/renovate/lint) ### Merging #9860 will **not alter performance** <sub>Comparing <code>renovate/lint</code> (ec7634b) with <code>main</code> (9fa8241)</sub> ### Summary `✅ 53` untouched benchmarks
2023-12-18T03:38:59
2023-12-20T02:55:25
{}
NONE
vuejs
core
1,803,730,339
8,502
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------- | ------------------ | ------------------- | | runtime-dom.global.prod.js | 87.1 kB (**+18 B**) | 33.1 kB (**+7 B**) | 29.9 kB (**-3 B**) | | v...
2023-11-09T12:21:28
2023-12-20T12:56:16
{}
NONE
vuejs
core
1,864,429,400
8,558
codspeed-hq[bot]
## [CodSpeed Performance Report](https://codspeed.io/vuejs/core/branches/Alfred-Skyblue:chore-collectionHandlers-type) ### Merging #8558 will **not alter performance** <sub>Comparing <code>Alfred-Skyblue:chore-collectionHandlers-type</code> (91d0bec) with <code>main</code> (9fa8241)</sub> ### Summary `✅ 53` untou...
2023-12-20T12:56:46
2023-12-20T12:56:46
{}
NONE
vuejs
core
1,857,118,481
9,837
codspeed-hq[bot]
## [CodSpeed Performance Report](https://codspeed.io/vuejs/core/branches/edison1105:fix/#9832) ### Merging #9837 will **not alter performance** <sub>Comparing <code>edison1105:fix/#9832</code> (fbfe777) with <code>main</code> (a6503e3)</sub> ### Summary `✅ 53` untouched benchmarks
2023-12-15T01:18:53
2023-12-15T23:47:03
{}
NONE
vuejs
core
1,863,416,339
9,511
dsonet
Hope this can be landed into the 3.4.
2023-12-19T20:17:00
2023-12-19T20:17:00
{}
CONTRIBUTOR
vuejs
core
1,857,586,648
7,914
btea
@pikax I've added a test and it works fine locally, I don't know why it goes wrong here. 🤔
2023-12-15T09:53:57
2023-12-15T09:53:57
{}
CONTRIBUTOR
vuejs
core
1,858,791,333
9,849
LinusBorg
This is a chaching issue in the `withKeys()` helper.
2023-12-16T11:08:27
2023-12-16T11:08:27
{}
MEMBER
vuejs
core
1,860,623,585
9,853
edison1105
The root cause is that the scope variable name in the scopeIds on the node have not been removed, while it is removed from the knownIds. Due to the reuse the AST, failing to add the scope variable to the knownIds in markScopeIdentifier. https://github.com/vuejs/core/blob/04d2c05054c26b02fbc1d84839b0ed5cd36455b6/packag...
2023-12-18T14:18:38
2023-12-19T01:05:52
{ "+1": 3, "heart": 2 }
MEMBER
vuejs
core
1,861,936,222
9,866
codspeed-hq[bot]
## [CodSpeed Performance Report](https://codspeed.io/vuejs/core/branches/baiwusanyu-c:bwsy/fix/emptyModifier) ### Merging #9866 will **not alter performance** <sub>Comparing <code>baiwusanyu-c:bwsy/fix/emptyModifier</code> (27b2503) with <code>main</code> (04d2c05)</sub> ### Summary `✅ 53` untouched benchmarks ...
2023-12-19T01:06:01
2023-12-19T02:11:40
{}
NONE
vuejs
core
1,862,390,365
9,162
codspeed-hq[bot]
## [CodSpeed Performance Report](https://codspeed.io/vuejs/core/branches/chore/style) ### Merging #9162 will **not alter performance** <sub>Comparing <code>chore/style</code> (b96fea8) with <code>main</code> (bae79dd)</sub> ### Summary `✅ 53` untouched benchmarks
2023-12-19T09:15:59
2023-12-19T09:15:59
{}
NONE
vuejs
core
1,862,523,220
9,575
codspeed-hq[bot]
## [CodSpeed Performance Report](https://codspeed.io/vuejs/core/branches/Alfred-Skyblue:fix/errorHandler) ### Merging #9575 will **not alter performance** <sub>Comparing <code>Alfred-Skyblue:fix/errorHandler</code> (26c2018) with <code>main</code> (9fa8241)</sub> ### Summary `✅ 53` untouched benchmarks
2023-12-19T10:42:19
2023-12-20T02:56:17
{}
NONE
vuejs
core
1,847,275,430
9,783
codspeed-hq[bot]
## [CodSpeed Performance Report](https://codspeed.io/vuejs/core/branches/baiwusanyu-c:bwsy/fix/teleportEmptyTarget) ### Merging #9783 will **not alter performance** <sub>Comparing <code>baiwusanyu-c:bwsy/fix/teleportEmptyTarget</code> (42dee55) with <code>main</code> (9fa8241)</sub> ### Summary `✅ 53` untouched b...
2023-12-08T14:26:52
2023-12-20T02:57:57
{}
NONE
vuejs
core
1,863,796,015
9,124
codspeed-hq[bot]
## [CodSpeed Performance Report](https://codspeed.io/vuejs/core/branches/Alfred-Skyblue:fix-toRaw-readolny-type) ### Merging #9124 will **not alter performance** <sub>Comparing <code>Alfred-Skyblue:fix-toRaw-readolny-type</code> (bd25703) with <code>main</code> (9fa8241)</sub> ### Summary `✅ 53` untouched benchma...
2023-12-20T03:34:06
2023-12-20T03:34:06
{}
NONE
vuejs
core
1,858,787,957
9,847
LinusBorg
Closing this as it's being fixed in the repl. The PR will be merged when we get to reviewing it. It's not a priority topic at this moment, as we are putting our attention on Vue 3.4 and 2.7.16 till EOY.
2023-12-16T10:49:54
2023-12-16T10:49:54
{}
MEMBER
vuejs
core
1,858,824,583
9,850
yyx990803
Thanks for the PR but we do need to perform the caching - #9851 is the more appropriate fix.
2023-12-16T13:55:21
2023-12-16T13:55:21
{ "rocket": 1 }
MEMBER
vuejs
core
1,857,307,380
9,351
codspeed-hq[bot]
## [CodSpeed Performance Report](https://codspeed.io/vuejs/core/branches/baiwusanyu-c:bwsy/fix/CENestedAsync) ### Merging #9351 will **improve performances by 73.58%** <sub>Comparing <code>baiwusanyu-c:bwsy/fix/CENestedAsync</code> (c02daeb) with <code>main</code> (04d2c05)</sub> ### Summary `⚡ 1` improvements `✅...
2023-12-15T05:37:30
2023-12-18T03:06:06
{}
NONE
vuejs
core
1,859,583,111
9,296
zcf0508
https://github.com/vuejs/vue/pull/13063 vue2.7 has similar issue.
2023-12-18T05:28:45
2023-12-18T05:28:45
{}
NONE
vuejs
core
1,859,589,032
9,313
codspeed-hq[bot]
## [CodSpeed Performance Report](https://codspeed.io/vuejs/core/branches/edison1105:9071) ### Merging #9313 will **not alter performance** <sub>Comparing <code>edison1105:9071</code> (64b98ca) with <code>main</code> (04d2c05)</sub> ### Summary `✅ 53` untouched benchmarks
2023-12-18T05:36:13
2023-12-18T05:36:13
{}
NONE
vuejs
core
1,860,872,165
7,346
awacode21
i am dealing with the same issue. Last comments were late 2022. Is there something new?
2023-12-18T15:50:51
2023-12-18T15:50:51
{}
NONE
vuejs
core
1,852,103,407
8,639
codspeed-hq[bot]
## [CodSpeed Performance Report](https://codspeed.io/vuejs/core/branches/Alfred-Skyblue:fix-vModel-checkbox) ### Merging #8639 will **not alter performance** <sub>Comparing <code>Alfred-Skyblue:fix-vModel-checkbox</code> (3b9227b) with <code>main</code> (04d2c05)</sub> ### Summary `✅ 53` untouched benchmarks
2023-12-12T14:05:42
2023-12-19T09:05:27
{}
NONE
vuejs
core
1,706,313,588
9,134
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------- | ------------------- | ------------------- | | runtime-dom.global.prod.js | 87.2 kB (**+21 B**) | 33.1 kB (**+13 B**) | 29.9 kB (**+9 B**) | ...
2023-09-05T09:59:03
2023-12-20T03:27:05
{}
NONE
vuejs
core
1,864,424,746
9,676
michealroberts
@LinusBorg I've been tracking down the issue for some time, and have replicated it -> this is not a Vue issue 🎊 This is an effective change from @headlessui/vue version 1.7.12+ for dialog elements (reference: [https://github.com/tailwindlabs/headlessui/issues/2531](https://github.com/tailwindlabs/headlessui/issues...
2023-12-20T12:53:07
2023-12-20T12:53:07
{ "+1": 1 }
NONE
vuejs
core
1,686,395,242
8,547
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------- | ------------------ | ------------------- | | runtime-dom.global.prod.js | 87.1 kB (**+18 B**) | 33.1 kB (**+4 B**) | 29.9 kB (**+17 B**) | | v...
2023-08-21T14:02:23
2023-12-20T12:54:54
{}
NONE
vuejs
core
1,858,823,995
9,851
LinusBorg
@RicardoErii Sorry for opening this after you sent #9850. I started my PR a couple hours ago and only submitted it now, before I checked for other PRs arriving meanwhile.
2023-12-16T13:53:23
2023-12-16T13:53:23
{}
MEMBER
vuejs
core
1,858,938,261
9,852
posva
Ah, I see. We can get a working version with some more complex types but I wonder if it won't creates other problems down the line.
2023-12-16T21:55:50
2023-12-16T21:55:50
{}
MEMBER
vuejs
core
1,858,940,047
9,854
codspeed-hq[bot]
## [CodSpeed Performance Report](https://codspeed.io/vuejs/core/branches/fix/extends-collection-types) ### Merging #9854 will **not alter performance** <sub>Comparing <code>fix/extends-collection-types</code> (350ceb3) with <code>main</code> (04d2c05)</sub> ### Summary `✅ 53` untouched benchmarks
2023-12-16T22:04:38
2023-12-16T22:04:38
{}
NONE
vuejs
core
1,859,455,103
8,639
Alfred-Skyblue
I am unable to simulate browser usage scenarios in unit testing, possibly due to issues with event triggering. Therefore, I have not added test cases temporarily.
2023-12-18T02:42:03
2023-12-18T02:42:03
{}
MEMBER
vuejs
core
1,710,177,690
9,162
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ---------------------- | ---------------------- | ---------------------- | | runtime-dom.global.prod.js | 89.6 kB (**+2.48 kB**) | 34.1 kB (**+937 B**) ...
2023-09-07T13:42:56
2023-12-19T09:19:29
{}
NONE
vuejs
core
1,862,956,208
9,865
theoephraim
Totally - My issue came from the undefined template ref case. The reproduction given was just easier to show by setting directly to undefined - which obviously makes no sense :) Thanks so much for the quick fix @yyx990803
2023-12-19T15:12:58
2023-12-19T18:03:31
{}
NONE
vuejs
core
1,857,694,573
9,351
yashha
@baiwusanyu-c In the minimal project in stack blitz it is working now properly https://stackblitz.com/edit/vitejs-vite-v7r9rs?file=patches%2F%40vue%2Bruntime-dom%2B3.3.7.patch But in our project we have now bad performance in dev mode, we run in some kind of loop, I don't know whats the cause. I get several o...
2023-12-15T11:05:07
2023-12-15T11:55:08
{}
NONE
vuejs
core
1,859,586,765
9,855
edison1105
duplicate of https://github.com/vuejs/core/issues/9071
2023-12-18T05:33:09
2023-12-18T05:33:09
{}
MEMBER
vuejs
core
1,864,428,666
8,464
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 87.1 kB | 33.1 kB | 29.9 kB | | vue.global.prod.js | 133 kB | 50 kB | 44.8 kB | ### Usages | Name | Size |...
2023-12-20T12:56:13
2023-12-20T12:56:13
{}
NONE
vuejs
core
1,864,430,312
8,456
codspeed-hq[bot]
## [CodSpeed Performance Report](https://codspeed.io/vuejs/core/branches/Alfred-Skyblue:test-shared) ### Merging #8456 will **not alter performance** <sub>Comparing <code>Alfred-Skyblue:test-shared</code> (dd1df8f) with <code>main</code> (9fa8241)</sub> ### Summary `✅ 53` untouched benchmarks
2023-12-20T12:57:23
2023-12-20T12:57:23
{}
NONE
vuejs
core
1,858,778,703
9,847
silentmantra
> This is an issue with the repl, and I have already fixed it in [vuejs/repl#191](https://github.com/vuejs/repl/pull/191) how we can merge it?
2023-12-16T10:02:16
2023-12-16T10:02:16
{}
NONE
vuejs
core
1,858,804,470
9,850
codspeed-hq[bot]
## [CodSpeed Performance Report](https://codspeed.io/vuejs/core/branches/RicardoErii:fix/with-keys) ### Merging #9850 will **not alter performance** <sub>Comparing <code>RicardoErii:fix/with-keys</code> (9951051) with <code>main</code> (4e7967f)</sub> ### Summary `✅ 53` untouched benchmarks
2023-12-16T12:15:05
2023-12-16T12:39:55
{}
NONE
vuejs
core
1,862,359,980
7,447
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 87.1 kB | 33.1 kB | 29.9 kB | | vue.global.prod.js | 133 kB | 50 kB | 44.8 kB | ### Usages | Name | Size |...
2023-12-19T08:55:38
2023-12-19T08:55:38
{}
NONE
vuejs
core
1,862,430,141
7,475
codspeed-hq[bot]
## [CodSpeed Performance Report](https://codspeed.io/vuejs/core/branches/baiwusanyu-c:bwsy/fix/CSSVarsUndefined) ### Merging #7475 will **not alter performance** <sub>Comparing <code>baiwusanyu-c:bwsy/fix/CSSVarsUndefined</code> (6b36b86) with <code>main</code> (bae79dd)</sub> ### Summary `✅ 53` untouched benchma...
2023-12-19T09:42:22
2023-12-19T09:42:22
{}
NONE
vuejs
core
1,862,465,454
9,853
yyx990803
closed via #9867
2023-12-19T10:05:11
2023-12-19T10:05:11
{}
MEMBER
vuejs
core
1,857,867,419
9,351
baiwusanyu-c
It should be that references cause memory usage. I will consider how to solve this problem.
2023-12-15T13:16:18
2023-12-15T13:16:18
{}
MEMBER
vuejs
core
1,858,939,951
9,854
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------- | ------- | ------- | | runtime-dom.global.prod.js | 87.1 kB | 33.1 kB | 29.9 kB | | vue.global.prod.js | 133 kB | 50 kB | 44.8 kB | ### Usages | Name | Size |...
2023-12-16T22:04:00
2023-12-16T22:04:00
{}
NONE
vuejs
core
1,859,487,390
4,339
littleBoBoy
+1
2023-12-18T03:18:51
2023-12-18T03:18:51
{}
NONE
vuejs
core
1,862,328,059
9,836
EspoirBao
I encountered the same issue. After using AsyncComponent, all errors within the component are replaced, and they now appear as "Unhandled error during execution of component event handler" or similar, which makes it difficult to read. I had to wrap potential error locations with a try-catch block to reacquire error i...
2023-12-19T08:32:33
2023-12-19T08:32:33
{}
NONE
vuejs
core
1,862,458,160
9,796
pikax
The types are working as intended, the issue is the complexity of it and some of typescript limitations that makes it quite confusing. The rule for the `Ref` is, the generic type of `T` in `Ref<T>` is already unwrapped by default when used correctly in `ref({} as MyType)` , meaning when we unwrap the type we check i...
2023-12-19T10:00:47
2023-12-19T10:00:47
{ "+1": 1 }
MEMBER
vuejs
core
1,862,148,505
7,437
acn-masatadakurihara
@yyx990803 @smallnine9 @sxzz In this large application, correlated infinite loops cannot be noticed and cannot be detected by UT or static analysis. I feel that this also evolves into the question of whether or not Vue.js is the architecture of choice for building enterprise apps. Please check it out.
2023-12-19T05:31:42
2023-12-19T05:31:42
{}
NONE
vuejs
core
1,862,380,096
9,865
yyx990803
FYI you should just do `@click.prevent` without a value... there's no need to add an `undefined` handler.
2023-12-19T09:09:15
2023-12-19T09:09:25
{}
MEMBER
vuejs
core
1,859,390,906
9,857
codspeed-hq[bot]
## [CodSpeed Performance Report](https://codspeed.io/vuejs/core/branches/renovate/all-minor-patch) ### Merging #9857 will **not alter performance** <sub>Comparing <code>renovate/all-minor-patch</code> (7d5da07) with <code>main</code> (7c49a9c)</sub> ### Summary `✅ 53` untouched benchmarks
2023-12-18T01:28:07
2023-12-19T19:51:28
{}
NONE
vuejs
core
1,864,428,128
8,547
codspeed-hq[bot]
## [CodSpeed Performance Report](https://codspeed.io/vuejs/core/branches/Alfred-Skyblue:fix-vModel) ### Merging #8547 will **not alter performance** <sub>Comparing <code>Alfred-Skyblue:fix-vModel</code> (f30990c) with <code>main</code> (9fa8241)</sub> ### Summary `✅ 53` untouched benchmarks
2023-12-20T12:55:51
2023-12-20T12:55:51
{}
NONE
vuejs
core
1,685,796,414
8,058
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------- | ------------------ | ------------------- | | runtime-dom.global.prod.js | 87.1 kB (**-17 B**) | 33.1 kB (**+8 B**) | 29.9 kB (**+47 B**) | | v...
2023-08-21T07:28:25
2023-12-20T12:57:36
{}
NONE
vuejs
core
1,857,573,883
7,914
codspeed-hq[bot]
## [CodSpeed Performance Report](https://codspeed.io/vuejs/core/branches/btea:feat/add-audio-asset-url) ### Merging #7914 will **not alter performance** <sub>:warning: No base runs were found</sub> <sub>Falling back to comparing <code>btea:feat/add-audio-asset-url</code> (e6300dd) with <code>main</code> (0a387df)</s...
2023-12-15T09:44:00
2023-12-15T09:44:00
{}
NONE
vuejs
core
1,857,584,445
9,351
baiwusanyu-c
try again @yashha
2023-12-15T09:52:09
2023-12-15T09:52:09
{}
MEMBER
vuejs
core
1,857,550,800
9,838
edison1105
related commit https://github.com/vuejs/core/commit/f74785bc4ad351102dde17fdfd2c7276b823111f [simplify demo](https://play.vuejs.org/#__DEV__eNqNVNtu2zAM/RXBGNAEq61e9pQ5QbehDx2wC7ZhT35xbCZRK0uGRKctjPz7SCkXN0uHvVnkIXkOL+6TD22brTtIJknuK6daFB6wa2eFUU1rHYpeOFiIjVg424gzgp693/s+2abdOjLJD07F/soaj6KxNejfpe5ATDnL6GJMvlzGQlSCHgh...
2023-12-15T09:25:32
2023-12-15T12:42:53
{}
MEMBER
vuejs
core
1,857,117,451
9,837
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ----------------- | ------------------ | ------------------- | | runtime-dom.global.prod.js | 87 kB (**-4 B**) | 33.1 kB (**-3 B**) | 29.9 kB (**-25 B**) | | vue.glo...
2023-12-15T01:17:36
2023-12-15T23:46:09
{}
NONE
vuejs
core
1,859,355,420
9,721
TylerAPfledderer
Hi @pikax! Interested in knowing any update with this PR? 😄
2023-12-18T00:41:38
2023-12-18T00:41:38
{ "+1": 2 }
NONE